1.修改导入地址

master
MrZhai 3 years ago
parent 0f2ca0d40b
commit d01d1f43fd

@ -325,10 +325,10 @@
key: "thirdIpUrl", key: "thirdIpUrl",
thirdSysFk: this.filterQuery.thirdSysFk thirdSysFk: this.filterQuery.thirdSysFk
}; };
selectIp(query).then((response) => { axios.get("./config.json").then(res => {
if (response.code == 20000) { //
this.uploadFileUrl = response.data.thridUrl + "/udiwms/erp/corp/upload"; let response = res.data.BASE_URL;
} this.uploadFileUrl = response + "/udiwms/thrCorp/importLog/uploadCorps";
}); });
} }
, ,

Loading…
Cancel
Save