diff --git a/.env b/.env
index 67b630e..0ee8e8e 100644
--- a/.env
+++ b/.env
@@ -1,3 +1,3 @@
NODE_ENV=production
-VUE_APP_PLATFORM_NAME=昊易信息管理平台
+VUE_APP_PLATFORM_NAME=综合信息管理平台
VUE_APP_SSO=false
\ No newline at end of file
diff --git a/public/index.html b/public/index.html
index 22c87f4..f90a032 100644
--- a/public/index.html
+++ b/public/index.html
@@ -5,7 +5,7 @@
-
昊易信息管理平台
+ 综合信息管理平台
@@ -252,7 +252,7 @@
-
+
diff --git a/src/components/layouts/TabLayout.vue b/src/components/layouts/TabLayout.vue
index 21dc411..36db435 100644
--- a/src/components/layouts/TabLayout.vue
+++ b/src/components/layouts/TabLayout.vue
@@ -172,7 +172,7 @@
// update-begin-author:sunjianlei date:20200120 for: 动态更改页面标题
changeTitle(title) {
- let projectTitle = "昊易信息管理平台"
+ let projectTitle = "综合信息管理平台"
// 首页特殊处理
if (this.$route.path === indexKey) {
document.title = projectTitle
diff --git a/src/components/layouts/UserLayout.vue b/src/components/layouts/UserLayout.vue
index 7a98236..32acdd8 100644
--- a/src/components/layouts/UserLayout.vue
+++ b/src/components/layouts/UserLayout.vue
@@ -5,7 +5,7 @@
diff --git a/src/components/page/GlobalHeader.vue b/src/components/page/GlobalHeader.vue
index f763a24..4451ab8 100644
--- a/src/components/page/GlobalHeader.vue
+++ b/src/components/page/GlobalHeader.vue
@@ -17,8 +17,8 @@
:type="collapsed ? 'menu-unfold' : 'menu-fold'"
@click="toggle"/>
- 欢迎进入 昊易信息管理平台
- 欢迎进入 昊易信息管理平台
+ 欢迎进入 综合信息管理平台
+ 欢迎进入 综合信息管理平台
diff --git a/src/components/tools/Logo.vue b/src/components/tools/Logo.vue
index 94268ef..07e685c 100644
--- a/src/components/tools/Logo.vue
+++ b/src/components/tools/Logo.vue
@@ -21,7 +21,7 @@
props: {
title: {
type: String,
- default: '昊易信息管理平台',
+ default: '综合信息管理平台',
required: false
},
showTitle: {