提交 16c0e973 authored 作者: 王鹏飞's avatar 王鹏飞

update config

上级 cc5cbe42
...@@ -3,14 +3,14 @@ const env = 'production' ...@@ -3,14 +3,14 @@ const env = 'production'
if (env === 'production') { if (env === 'production') {
module.exports = { module.exports = {
appVersion: 'sofia_v3.2.0', appVersion: 'collage_v3.2.0',
apiBaseURL: 'https://wechat-api.ezijing.com', // 接口请求地址 apiBaseURL: 'https://wechat-api.ezijing.com', // 接口请求地址
tenant: 'sofia' tenant: 'collage'
} }
} else { } else {
module.exports = { module.exports = {
appVersion: 'sofia_v3.2.0', appVersion: 'collage_v3.2.0',
apiBaseURL: 'https://wechat-api.ezijing.com', // 接口请求地址 apiBaseURL: 'https://wechat-api.ezijing.com', // 接口请求地址
tenant: 'sofia' tenant: 'collage'
} }
} }
...@@ -6,14 +6,14 @@ const url_test = { ...@@ -6,14 +6,14 @@ const url_test = {
URL_PATH2: 'https://sso2.ezijing.com', // 正式域名 - 由于项目变动域名 URL_PATH2: 'https://sso2.ezijing.com', // 正式域名 - 由于项目变动域名
outSiteLink: 'https://e-learning.ezijing.com', // 正式外链 outSiteLink: 'https://e-learning.ezijing.com', // 正式外链
tenant: 'collage', tenant: 'collage',
version: '3.1.3' version: '3.2.0'
} }
const url_online = { const url_online = {
URL_PATH1: 'https://wechat-api.ezijing.com/api/lms', // 正式域名 - 由于项目变动域名 URL_PATH1: 'https://wechat-api.ezijing.com/api/lms', // 正式域名 - 由于项目变动域名
URL_PATH2: 'https://wechat-api.ezijing.com/api', // 正式域名 - 由于项目变动域名 URL_PATH2: 'https://wechat-api.ezijing.com/api', // 正式域名 - 由于项目变动域名
outSiteLink: 'https://e-learning.ezijing.com', // 正式外链 outSiteLink: 'https://e-learning.ezijing.com', // 正式外链
tenant: 'collage', tenant: 'collage',
version: '3.1.3' version: '3.2.0'
} }
let config = url_online let config = url_online
/* 请求接口统一 重定义 */ /* 请求接口统一 重定义 */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论