diff --git a/.env.development b/.env.development index d83132c..f978cdd 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = 代申 # 开发环境配置 ENV = 'development' @@ -9,4 +9,4 @@ VUE_APP_BASE_API = '/dev-api' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true -VITE_BASE_PATH = '' +VUE_APP_VITE_BASE_PATH = '/weverse/' diff --git a/.env.production b/.env.production index 5636990..e7fd153 100644 --- a/.env.production +++ b/.env.production @@ -1,9 +1,9 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = 代申 # 生产环境配置 ENV = 'production' # 若依管理系统/生产环境 VUE_APP_BASE_API = '/weverse-prod-api' -VITE_BASE_PATH = '/weverse/' +VUE_APP_VITE_BASE_PATH = '/weverse/' diff --git a/.env.staging b/.env.staging index a320f1b..5c284a4 100644 --- a/.env.staging +++ b/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = 代申 BABEL_ENV = production diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index b96c8dd..0b8503f 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -1,26 +1,27 @@