diff --git a/.env.development b/.env.development index 889821b0..d6e3f480 100644 --- a/.env.development +++ b/.env.development @@ -22,7 +22,7 @@ VUE_APP_BOE_WEB_URL = 'http://192.168.0.11' VUE_APP_BOE_MOBILE_URL = 'http://192.168.0.11:8082/mobile' # File路径的基础url -VUE_APP_FILE_BASE_URL = 'http://192.168.0.11:9090/cdn/upload' +VUE_APP_FILE_BASE_URL = 'http://127.0.0.1:9090/cdn/upload' # File路径的基础url的相对路径,加此项是为了不影响之前的路径配置 VUE_APP_FILE_RELATIVE_PATH = '/upload' @@ -32,6 +32,7 @@ VUE_APP_LOGIN_URL='/pc/login' # 虚拟目录的变量 VUE_APP_PUBLIC_PATH='/pc' +VUE_APP_MANAGER_PATH='/manage' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/.env.preview b/.env.preview index 576888d6..5c8e2d73 100644 --- a/.env.preview +++ b/.env.preview @@ -29,7 +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_MANAGER_PATH='/manage-release' # 登录地址 VUE_APP_LOGIN_URL='https://u.boe.com/web-release/' diff --git a/.env.production b/.env.production index 1b304416..d09e5121 100644 --- a/.env.production +++ b/.env.production @@ -29,7 +29,7 @@ VUE_APP_FILE_RELATIVE_PATH = '/upload' # 虚拟目录的变量,结尾的/在vue.config.js中添加 VUE_APP_PUBLIC_PATH='/pc' -VUE_APP_MANAGER_PATH='/manager' +VUE_APP_MANAGER_PATH='/manage' # 登录地址 VUE_APP_LOGIN_URL='https://u.boe.com/web/'