接口封装文件 删除console.log

init
gongdi 4 years ago
parent b19cbb6d89
commit 330b740e30

@ -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:"接口调用错误",

Loading…
Cancel
Save