company/src/components/common/CommonHeader.vue
@@ -2,7 +2,7 @@ <div class="common-header"> <div class="header"> <div class="logo"> <div>云易保客户服务系统</div> <div>{{systemTitle}}</div> <!-- <div class="title-en">Diagnosis of Intelligent Manufacturing Integrated Service Platfrom</div> --> </div> <div class="user"> @@ -55,6 +55,7 @@ }, data () { return { systemTitle: process.env.VUE_APP_SYSTEM_TITLE, visible: { // 修改密码 changePwd: false @@ -85,6 +86,9 @@ } } }, created () { document.title=this.systemTitle }, computed: { ...mapState(['menuData', 'userInfo']), title () {