From 63d4075d1a396cf7cf4f766f4bbb1daecaac7158 Mon Sep 17 00:00:00 2001 From: sunFlower <787203167@qq.com> Date: Fri, 14 Oct 2022 17:54:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=AE=E9=A2=98=E7=9F=A5?= =?UTF-8?q?=E8=AF=86=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/.env | 2 +- jero-web/public/index.html | 2 +- jero-web/src/components/layouts/Tabcrumbs.vue | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jero-web/.env b/jero-web/.env index 0b4331426..fd3cb5c08 100644 --- a/jero-web/.env +++ b/jero-web/.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/jero-web/public/index.html b/jero-web/public/index.html index a25deeb75..08ee8b5e9 100644 --- a/jero-web/public/index.html +++ b/jero-web/public/index.html @@ -5,7 +5,7 @@ - 蔚来全球法规平台 + 全球法规平台 diff --git a/jero-web/src/components/layouts/Tabcrumbs.vue b/jero-web/src/components/layouts/Tabcrumbs.vue index 0e780947d..735dec841 100644 --- a/jero-web/src/components/layouts/Tabcrumbs.vue +++ b/jero-web/src/components/layouts/Tabcrumbs.vue @@ -41,7 +41,7 @@ this.$route.meta.title === ' Home Page') { this.Navigation = this.$route.meta.title this.subNavigation = null - let projectTitle = '蔚来全球法规平台' + let projectTitle = '全球法规平台' document.title = projectTitle } else { this.updateMenu() @@ -49,7 +49,7 @@ }, methods: { updateMenu() { - let projectTitle = '蔚来全球法规平台' + let projectTitle = '全球法规平台' const routes = this.$route.matched.concat() const { hidden } = this.$route.meta if (routes.length >= 3 && hidden) {