diff --git a/.env.production b/.env.production index 331b4205..d18decc0 100644 --- a/.env.production +++ b/.env.production @@ -16,7 +16,7 @@ VUE_APP_BOE_WEB_URL = 'https://u.boe.com/production' VUE_APP_BOE_MOBILE_URL = 'http://u.boe.com' # File路径的基础url -VUE_APP_FILE_BASE_URL='http://u-pre.boe.com/upload' +VUE_APP_FILE_BASE_URL='http://u.boe.com/upload' # File路径的基础url的相对路径,加此项是为了不影响之前的路径配置 VUE_APP_FILE_RELATIVE_PATH = '/upload' @@ -25,4 +25,4 @@ VUE_APP_FILE_RELATIVE_PATH = '/upload' VUE_APP_PUBLIC_PATH='/pc' # 登录地址 -VUE_APP_LOGIN_URL='https://u-pre.boe.com/web/' +VUE_APP_LOGIN_URL='https://u.boe.com/web/'