src/tabviews/formtab/actionList/index.jsx
@@ -198,9 +198,9 @@ res.rduri = btn.interface } } else { if (btn.sysInterface === 'true') { res.rduri = window.GLOB.mainSystemApi || window.GLOB.subSystemApi } else { if (btn.sysInterface === 'true' && window.GLOB.mainSystemApi) { res.rduri = window.GLOB.mainSystemApi } else if (btn.sysInterface !== 'true') { res.rduri = btn.interface } } @@ -208,8 +208,6 @@ if (btn.outerFunc) { res.func = btn.outerFunc } res.appkey = window.GLOB.appkey || '' // 外部请求时,统一添加appkey return Api.genericInterface(res) }).then(response => {