提交 3c578f4d authored 作者: 钟是志's avatar 钟是志

增加部分需要加密的接口

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