mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-07 01:46:42 +08:00
云效地址更爱
This commit is contained in:
@@ -16,19 +16,19 @@ VUE_APP_CESOURCE_BASE_API = '/socialApi'
|
||||
VUE_APP_STAT_BASE_API = '/statApi'
|
||||
|
||||
# BOE系统网址
|
||||
VUE_APP_BOE_WEB_URL = 'http://10.251.132.75'
|
||||
VUE_APP_BOE_WEB_URL = 'http://10.251.132.177'
|
||||
|
||||
# BOE 移动端url
|
||||
VUE_APP_BOE_MOBILE_URL = 'http://10.251.132.75'
|
||||
VUE_APP_BOE_MOBILE_URL = 'http://10.251.132.177'
|
||||
|
||||
# File路径的基础url
|
||||
VUE_APP_FILE_BASE_URL='http://10.251.132.75/upload'
|
||||
VUE_APP_FILE_BASE_URL='http://10.251.132.177/upload'
|
||||
|
||||
# File路径的基础url的相对路径,加此项是为了不影响之前的路径配置
|
||||
VUE_APP_FILE_RELATIVE_PATH = '/upload'
|
||||
|
||||
# 受众批量导入人员信息URL
|
||||
VUE_APP_AUDIENCE_IMPORT_URL = 'http://10.251.132.75/userbasic/audience/import'
|
||||
VUE_APP_AUDIENCE_IMPORT_URL = 'http://10.251.132.177/userbasic/audience/import'
|
||||
|
||||
|
||||
|
||||
@@ -39,10 +39,10 @@ VUE_APP_STUDENT_PATH='/fe-student'
|
||||
VUE_APP_MANAGER_API_PATH='/manageApi'
|
||||
|
||||
# 登录地址
|
||||
VUE_APP_LOGIN_URL='http://10.251.132.75/web/'
|
||||
VUE_APP_LOGIN_URL='http://10.251.132.177/web/'
|
||||
|
||||
# scorm课件的播放url地址
|
||||
VUE_APP_SCORM_URL = 'http://10.251.132.75/newscorm/scorm-player'
|
||||
VUE_APP_SCORM_URL = 'http://10.251.132.177/newscorm/scorm-player'
|
||||
|
||||
#案例组织领域类型
|
||||
VUE_APP_CASE_TYPE = '155'
|
||||
|
||||
Reference in New Issue
Block a user