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