修改路径 到11服务器

This commit is contained in:
daihh
2022-10-05 13:56:07 +08:00
parent e131816d91
commit 0a68cf94bd

View File

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