提交 4185e656 authored 作者: 钟是志's avatar 钟是志

Merge remote-tracking branch 'origin/master'

...@@ -15,6 +15,9 @@ const encryptApiList = [ ...@@ -15,6 +15,9 @@ const encryptApiList = [
{ {
api: 'DataColumnApi/add', api: 'DataColumnApi/add',
}, },
{
api: 'UnifiedAppApi/getDetail',
},
{ {
api: '/CmsApi/', api: '/CmsApi/',
}, },
......
...@@ -292,7 +292,7 @@ export const requestOrigin = (url, data, options = {}) => { ...@@ -292,7 +292,7 @@ export const requestOrigin = (url, data, options = {}) => {
} }
return; return;
} }
if (window.location.href.indexOf('/mobile') != -1) { if (window.location.href.indexOf('/mobile') !== -1) {
if (response.errCode || response.errMsg) { if (response.errCode || response.errMsg) {
offline(response.errMsg, 2); offline(response.errMsg, 2);
if (data.callback) data.callback(response); if (data.callback) data.callback(response);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论