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) {