From 330b740e30d1270ab08255382f12d463ce30d9e2 Mon Sep 17 00:00:00 2001 From: gongdi <410827992@qq.com> Date: Fri, 21 Jan 2022 16:31:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=B0=81=E8=A3=85=E6=96=87?= =?UTF-8?q?=E4=BB=B6=20=E5=88=A0=E9=99=A4console.log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/global-llibs/axios-config.js | 1 - 1 file changed, 1 deletion(-) 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:"接口调用错误",