1.修改导入第三方产品信息接口地址

prod
x_z 2 years ago
parent a97b6840e7
commit f30ce4b158

@ -44,7 +44,6 @@
<el-upload <el-upload
v-if="this.thirdSysDetail.enabled && this.thirdSysDetail.fromType==1" v-if="this.thirdSysDetail.enabled && this.thirdSysDetail.fromType==1"
:action="uploadFileUrl" :action="uploadFileUrl"
multiple
:limit="1" :limit="1"
:data="uploadData" :data="uploadData"
:show-file-list="false" :show-file-list="false"
@ -312,7 +311,7 @@ export default {
}; };
selectIp(query).then((response) => { selectIp(query).then((response) => {
if (response.code == 20000) { if (response.code == 20000) {
this.uploadFileUrl = response.data.thridUrl + "/udiwms/erp/pi/upload"; this.uploadFileUrl = process.env.VUE_APP_BASE_API + "/udiwms/erp/pi/upload";
} }
}); });
}, },

Loading…
Cancel
Save