mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-06 17:36:42 +08:00
47 lines
1.2 KiB
Plaintext
47 lines
1.2 KiB
Plaintext
# 生产环境配置
|
||
ENV = 'preview'
|
||
NODE_ENV= 'preview'
|
||
BASE_URL= '/pc-release/'
|
||
|
||
# 管理系统/生产环境
|
||
VUE_APP_BASE_API = '/systemapi-release'
|
||
|
||
# BOE管理系统/开发环境
|
||
VUE_APP_BOE_BASE_API = '/uboeApi-release'
|
||
|
||
# 资源位的api
|
||
VUE_APP_CESOURCE_BASE_API = '/socialApi-release'
|
||
|
||
# 事件的api
|
||
VUE_APP_STAT_BASE_API = '/statApi-release'
|
||
|
||
# BOE系统网址,已经不再使用
|
||
VUE_APP_BOE_WEB_URL = 'https://u.boe.com/web-release'
|
||
|
||
# BOE 移动端url
|
||
VUE_APP_BOE_MOBILE_URL = 'https://u.boe.com'
|
||
|
||
# File路径的基础url
|
||
VUE_APP_FILE_BASE_URL='https://u.boe.com/upload'
|
||
|
||
# File路径的基础url的相对路径,加此项是为了不影响之前的路径配置
|
||
VUE_APP_FILE_RELATIVE_PATH = '/upload'
|
||
|
||
# 受众批量导入人员信息URL
|
||
VUE_APP_AUDIENCE_IMPORT_URL = 'https://u-pre.boe.com/userbasic/audience/import'
|
||
|
||
|
||
|
||
# 虚拟目录的变量,结尾的/在vue.config.js中添加
|
||
VUE_APP_PUBLIC_PATH='/pc-release'
|
||
VUE_APP_MANAGER_PATH='/manage-release'
|
||
VUE_APP_STUDENT_PATH='/fe-student-release'
|
||
VUE_APP_MANAGER_API_PATH='/manageApi-release'
|
||
VUE_APP_GROWTH_API_PATH='/growth'
|
||
|
||
# 登录地址
|
||
VUE_APP_LOGIN_URL='https://u.boe.com/web-release/'
|
||
|
||
# scorm课件的播放url地址
|
||
VUE_APP_SCORM_URL = 'https://u.boe.com/newscorm/scorm-player'
|