diff --git a/public/index.html b/public/index.html
index e8aa349f..5aca8168 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 2637006e..45675409 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