From c4fcaf8a03fca594bb9d141eebe42d678199e013 Mon Sep 17 00:00:00 2001 From: long <18782126717@163.com> Date: Thu, 9 Feb 2023 14:05:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- public/index.html | 4 ++-- src/components/layouts/TabLayout.vue | 2 +- src/components/layouts/UserLayout.vue | 2 +- src/components/page/GlobalHeader.vue | 4 ++-- src/components/tools/Logo.vue | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) 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: {