diff --git a/jero-web/public/index.html b/jero-web/public/index.html index d9935c2..fda7fba 100644 --- a/jero-web/public/index.html +++ b/jero-web/public/index.html @@ -5,7 +5,7 @@ - 中国重汽标准法规管理系统 + diff --git a/jero-web/src/components/layouts/TabLayout.vue b/jero-web/src/components/layouts/TabLayout.vue index cc60222..108a6be 100644 --- a/jero-web/src/components/layouts/TabLayout.vue +++ b/jero-web/src/components/layouts/TabLayout.vue @@ -155,12 +155,13 @@ export default { methods: { // update-begin-author:sunjianlei date:20200120 for: 动态更改页面标题 changeTitle (title) { - const projectTitle = '中国重汽标准法规管理系统' + const projectTitle = '' // 首页特殊处理 if (this.$route.path === indexKey) { document.title = projectTitle } else { - document.title = title + ' · ' + projectTitle + // + ' · ' + projectTitle + document.title = title } }, // update-end-author:sunjianlei date:20200120 for: 动态更改页面标题