1.修改导入地址

master
MrZhai 3 years ago
parent 0f2ca0d40b
commit d01d1f43fd

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

Loading…
Cancel
Save