提交 737b3976 authored 作者: 王鹏飞's avatar 王鹏飞

康大配置修改

上级 47d032a0
module.exports = {
domain: 'dev.ezijing.com',
url: 'https://ciis-learning2.ezijing.com/api',
url: 'https://camp-learning2.ezijing.com/api',
apiBaseURL: '/',
others: {
url: '/app/learn/course',
loginUrl: 'https://login2.ezijing.com/ciis/login/index'
loginUrl: 'https://login2.ezijing.com/camp/login/index'
},
webpack: {
externals: {
......
......@@ -4,7 +4,7 @@ module.exports = {
apiBaseURL: '/',
others: {
url: '/app/learn/course',
loginUrl: 'https://login.ezijing.com/ciis/login/index'
loginUrl: 'https://login.ezijing.com/camp/login/index'
},
webpack: {
externals: {
......
......@@ -4,7 +4,7 @@ module.exports = {
apiBaseURL: '/',
others: {
url: '/app/learn/course',
loginUrl: 'https://login2.ezijing.com/ciis/login/index'
loginUrl: 'https://login2.ezijing.com/camp/login/index'
},
isUploadStatic: false,
webpack: {
......
export default {
title: '紫荆教育MBA学习系统',
tenant: 'ciis'
tenant: 'camp'
}
......@@ -317,7 +317,7 @@ export default class PlayerAction extends BaseACTION {
attrs: {
multiple: true,
headers: {
tenant: 'ciis'
tenant: 'camp'
}
},
html: `
......@@ -377,7 +377,7 @@ export default class PlayerAction extends BaseACTION {
attrs: {
multiple: true,
headers: {
tenant: 'ciis'
tenant: 'camp'
}
},
html: `
......
......@@ -36,7 +36,7 @@ export default class API {
/* 具体执行请求失败后业务逻辑前,先执行该方法 */
const beforeFail = _config.beforeFail ? _config.beforeFail : this._reqFail
const headers = {
tenant: 'ciis',
tenant: 'camp',
version: window.G.VERSION,
'Content-Type': 'application/x-www-form-urlencoded'
}
......
......@@ -37,7 +37,7 @@ export default {
height: 400,
uiColor: '#eeeeee',
filebrowserImageUploadUrl: '/api/ck/form/ckeditor-upload',
fileTools_requestHeaders: { tenant: 'ciis' },
fileTools_requestHeaders: { tenant: 'camp' },
// resize_enabled: typeof this.props.resizable === 'boolean' ? this.props.resizable : true,
toolbar: [
// { name: 'document', items: ['Source', '-', 'Save', 'NewPage', 'Preview'] },
......
......@@ -37,7 +37,7 @@ export default {
height: 400,
uiColor: '#eeeeee',
filebrowserImageUploadUrl: '/api/ck/form/ckeditor-upload',
fileTools_requestHeaders: { tenant: 'ciis' },
fileTools_requestHeaders: { tenant: 'camp' },
// resize_enabled: typeof this.props.resizable === 'boolean' ? this.props.resizable : true,
toolbar: [
// { name: 'document', items: ['Source', '-', 'Save', 'NewPage', 'Preview'] },
......
......@@ -146,7 +146,7 @@ export default {
height: 300,
uiColor: '#eeeeee',
filebrowserImageUploadUrl: '/api/ck/form/ckeditor-upload',
fileTools_requestHeaders: { tenant: 'ciis' },
fileTools_requestHeaders: { tenant: 'camp' },
// resize_enabled: typeof this.props.resizable === 'boolean' ? this.props.resizable : true,
toolbar: [
// { name: 'document', items: ['Source', '-', 'Save', 'NewPage', 'Preview'] },
......
......@@ -574,7 +574,7 @@ export default {
uiColor: '#eeeeee',
filebrowserImageUploadUrl: '/api/ck/form/ckeditor-upload',
fileTools_requestHeaders: {
tenant: 'ciis'
tenant: 'camp'
},
// resize_enabled: typeof this.props.resizable === 'boolean' ? this.props.resizable : true,
toolbar: [
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论