This commit is contained in:
daihh
2022-06-06 18:43:16 +08:00
parent 62747f9fa6
commit 7ae5bd5afc
4 changed files with 34 additions and 49 deletions

View File

@@ -14,10 +14,10 @@ VUE_APP_BOE_WEB_URL = 'https://u.boe.com'
VUE_APP_BOE_MOBILE_URL = 'http://192.168.0.10:8082/mobile'
# File路径的基础url
VUE_APP_FILE_BASE_URL = 'http://localhost:9090/cdn/upload'
VUE_APP_FILE_BASE_URL = 'http://localhost:8091/upload'
# File路径的基础url的相对路径加此项是为了不影响之前的路径配置
VUE_APP_FILE_RELATIVE_PATH = 'http://localhost:9090/cdn/upload'
VUE_APP_FILE_RELATIVE_PATH = '/upload'
# 登录地址
VUE_APP_LOGIN_URL='/pc/login'