From d01d1f43fde1f820bed37e243dd31de088fa043d Mon Sep 17 00:00:00 2001 From: MrZhai Date: Tue, 8 Mar 2022 09:18:45 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E5=AF=BC=E5=85=A5=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/thrsys/ThrCorpsImport.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/thrsys/ThrCorpsImport.vue b/src/views/thrsys/ThrCorpsImport.vue index 81ed55d..2c36e48 100644 --- a/src/views/thrsys/ThrCorpsImport.vue +++ b/src/views/thrsys/ThrCorpsImport.vue @@ -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"; }); } ,