修改titlevue.config.js
chainWebpack: config =>{ config.plugin('html') .tap(args => { args[0].title = "人民法院律师服务平台"; return args; }) }