diff --git a/.env.preview b/.env.preview index a1b96aec..576888d6 100644 --- a/.env.preview +++ b/.env.preview @@ -29,6 +29,7 @@ VUE_APP_FILE_RELATIVE_PATH = '/upload' # 虚拟目录的变量,结尾的/在vue.config.js中添加 VUE_APP_PUBLIC_PATH='/pc-release' +VUE_APP_MANAGER_PATH='/manager-release' # 登录地址 VUE_APP_LOGIN_URL='https://u.boe.com/web-release/' diff --git a/.env.production b/.env.production index b18fe5a4..1b304416 100644 --- a/.env.production +++ b/.env.production @@ -29,6 +29,7 @@ VUE_APP_FILE_RELATIVE_PATH = '/upload' # 虚拟目录的变量,结尾的/在vue.config.js中添加 VUE_APP_PUBLIC_PATH='/pc' +VUE_APP_MANAGER_PATH='/manager' # 登录地址 VUE_APP_LOGIN_URL='https://u.boe.com/web/'