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

tenant修改

上级 21e92935
export default { export default {
title: '紫荆教育MBA学习系统', title: '紫荆教育MBA学习系统',
tenant: 'camp' tenant: 'campbellsville'
} }
...@@ -317,7 +317,7 @@ export default class PlayerAction extends BaseACTION { ...@@ -317,7 +317,7 @@ export default class PlayerAction extends BaseACTION {
attrs: { attrs: {
multiple: true, multiple: true,
headers: { headers: {
tenant: 'camp' tenant: 'campbellsville'
} }
}, },
html: ` html: `
...@@ -377,7 +377,7 @@ export default class PlayerAction extends BaseACTION { ...@@ -377,7 +377,7 @@ export default class PlayerAction extends BaseACTION {
attrs: { attrs: {
multiple: true, multiple: true,
headers: { headers: {
tenant: 'camp' tenant: 'campbellsville'
} }
}, },
html: ` html: `
......
...@@ -36,7 +36,7 @@ export default class API { ...@@ -36,7 +36,7 @@ export default class API {
/* 具体执行请求失败后业务逻辑前,先执行该方法 */ /* 具体执行请求失败后业务逻辑前,先执行该方法 */
const beforeFail = _config.beforeFail ? _config.beforeFail : this._reqFail const beforeFail = _config.beforeFail ? _config.beforeFail : this._reqFail
const headers = { const headers = {
tenant: 'camp', tenant: 'campbellsville',
version: window.G.VERSION, version: window.G.VERSION,
'Content-Type': 'application/x-www-form-urlencoded' 'Content-Type': 'application/x-www-form-urlencoded'
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论