src/tabviews/commontable/index.jsx
@@ -547,7 +547,7 @@ }) Api.directRequest(url, setting.method, param, setting.cross).then(res => { if (typeof(res) !== 'object' || Array.isArray(res)) { if (typeof(res) !== 'object') { let error = '未知的返回结果!' if (typeof(res) === 'string') { @@ -562,6 +562,9 @@ this.customCallbackRequest(_result) } else { if (Array.isArray(res)) { res = { data: res } } res.mk_api_key = mkey this.customCallbackRequest(res) }