diff --git a/sgzb-ui/src/views/scrapManage/Inventory/component/addToolsApply.vue b/sgzb-ui/src/views/scrapManage/Inventory/component/addToolsApply.vue index c95a4a2a..e6b3698f 100644 --- a/sgzb-ui/src/views/scrapManage/Inventory/component/addToolsApply.vue +++ b/sgzb-ui/src/views/scrapManage/Inventory/component/addToolsApply.vue @@ -639,6 +639,9 @@ export default { name: item.response.data.fileName, }) } else { + if (item.url.indexOf('/dev-api/system') !== -1) { + item.url = item.url.replace('/dev-api/system', '') + } this.uploadUrlList.push({ url: item.url, name: item.name,