在mian.js中
// 设置浏览器标题 Vue.directive('title', { inserted: function (el, binding) { document.title = el.dataset.title } })
在需要修改的页面最外层的div加上v-title data-title=""属性
<div v-loading="loading" class="top_content" :style="$domainname.style" v-title data-title="运营狮助手"> </div>