修改预发布环境配置

This commit is contained in:
daihh
2022-10-22 18:31:56 +08:00
parent 78bae07544
commit d334a70f16

View File

@@ -1,7 +1,7 @@
# 生产环境配置
ENV = 'preview'
NODE_ENV= 'preview'
BASE_URL= '/pc/'
BASE_URL= '/pc-release/'
# 管理系统/生产环境
VUE_APP_BASE_API = '/systemapi-release'
@@ -10,13 +10,13 @@ VUE_APP_BASE_API = '/systemapi-release'
VUE_APP_BOE_BASE_API = '/uboeApi-release'
# 资源位的api
VUE_APP_CESOURCE_BASE_API = '/socialApi'
VUE_APP_CESOURCE_BASE_API = '/socialApi-release'
# 事件的api
VUE_APP_STAT_BASE_API = '/statApi'
VUE_APP_STAT_BASE_API = '/statApi-release'
# BOE系统网址已经不再使用
VUE_APP_BOE_WEB_URL = 'https://u.boe.com/preview'
VUE_APP_BOE_WEB_URL = 'https://u.boe.com/web-release'
# BOE 移动端url
VUE_APP_BOE_MOBILE_URL = 'http://u.boe.com'