mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 02:46:44 +08:00
配置环境修改
This commit is contained in:
@@ -9,6 +9,12 @@ VUE_APP_BASE_API = '/systemapi-release'
|
||||
# BOE管理系统/开发环境
|
||||
VUE_APP_BOE_BASE_API = '/uboeApi-release'
|
||||
|
||||
# 资源位的api
|
||||
VUE_APP_CESOURCE_BASE_API = '/socialApi'
|
||||
|
||||
# 事件的api
|
||||
VUE_APP_STAT_BASE_API = '/statApi'
|
||||
|
||||
# BOE系统网址,已经不再使用
|
||||
VUE_APP_BOE_WEB_URL = 'https://u.boe.com/preview'
|
||||
|
||||
|
||||
@@ -9,14 +9,20 @@ 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.boe.com/production'
|
||||
VUE_APP_BOE_WEB_URL = 'https://u.boe.com'
|
||||
|
||||
# BOE 移动端url
|
||||
VUE_APP_BOE_MOBILE_URL = 'http://u.boe.com'
|
||||
|
||||
# File路径的基础url
|
||||
VUE_APP_FILE_BASE_URL='http://u-pre.boe.com/upload'
|
||||
VUE_APP_FILE_BASE_URL='http://u.boe.com/upload'
|
||||
|
||||
# File路径的基础url的相对路径,加此项是为了不影响之前的路径配置
|
||||
VUE_APP_FILE_RELATIVE_PATH = '/upload'
|
||||
@@ -25,4 +31,4 @@ VUE_APP_FILE_RELATIVE_PATH = '/upload'
|
||||
VUE_APP_PUBLIC_PATH='/pc'
|
||||
|
||||
# 登录地址
|
||||
VUE_APP_LOGIN_URL='https://u-pre.boe.com/web/'
|
||||
VUE_APP_LOGIN_URL='https://u.boe.com/web/'
|
||||
|
||||
Reference in New Issue
Block a user