diff --git a/public/index.html b/public/index.html
index d9935c2..15e5914 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 cc60222..bd87bf8 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