提交配置处理

This commit is contained in:
daihh
2022-10-15 15:44:29 +08:00
parent e7b0132a3a
commit bcc51c7299

View File

@@ -9,8 +9,14 @@ VUE_APP_BASE_API = '/systemapi'
# BOE管理系统/开发环境
VUE_APP_BOE_BASE_API = '/uboeApi'
# 资源位的api
VUE_APP_CESOURCE_BASE_API = '/socialApi'
# 事件的api
VUE_APP_STAT_BASE_API = '/statApi'
# BOE系统网址
VUE_APP_BOE_WEB_URL = 'https://u-pre.boe.com/testing'
VUE_APP_BOE_WEB_URL = 'https://u-pre.boe.com'
# BOE 移动端url
VUE_APP_BOE_MOBILE_URL = 'http://u-pre.boe.com'