diff --git a/public/index.html b/public/index.html index 15e5914..63f34da 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ - 奇瑞法规智库 + 奇瑞标准法规管理系统 diff --git a/src/components/layouts/TabLayout.vue b/src/components/layouts/TabLayout.vue index bd87bf8..1fb218a 100644 --- a/src/components/layouts/TabLayout.vue +++ b/src/components/layouts/TabLayout.vue @@ -155,7 +155,7 @@ export default { methods: { // update-begin-author:sunjianlei date:20200120 for: 动态更改页面标题 changeTitle (title) { - const projectTitle = '奇瑞法规智库' + const projectTitle = '奇瑞标准法规管理系统' // 首页特殊处理 if (this.$route.path === indexKey) { document.title = projectTitle