提交配置修改

This commit is contained in:
daihh
2022-10-31 22:26:47 +08:00
parent 41ffeaeef9
commit 3881b48ad9

View File

@@ -19,10 +19,10 @@ VUE_APP_STAT_BASE_API = '/statApi-release'
VUE_APP_BOE_WEB_URL = 'https://u.boe.com/web-release'
# BOE 移动端url
VUE_APP_BOE_MOBILE_URL = 'http://u.boe.com'
VUE_APP_BOE_MOBILE_URL = 'https://u.boe.com'
# File路径的基础url
VUE_APP_FILE_BASE_URL='http://u.boe.com/upload'
VUE_APP_FILE_BASE_URL='https://u.boe.com/upload'
# File路径的基础url的相对路径加此项是为了不影响之前的路径配置
VUE_APP_FILE_RELATIVE_PATH = '/upload'