diff --git a/src/global-llibs/axios-config.js b/src/global-llibs/axios-config.js index 325a523..11dc89a 100644 --- a/src/global-llibs/axios-config.js +++ b/src/global-llibs/axios-config.js @@ -57,7 +57,6 @@ export default { let item = interfaceConfigAry[i]; if (item.url.indexOf("intellioa") !== -1){//只对办公接口进行检测 let result = arguments[i].data; - console.log("123:",result) if (result.code && result.code !== 2000){ Modal.warning({ title:"接口调用错误",