mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-08 02:16:43 +08:00
修改预发布环境配置
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user