From 2f3e450baee11448165564cfff9438c2de771858 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Tue, 8 Apr 2025 17:30:18 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/scrapManage/Inventory/component/addToolsApply.vue | 3 +++ 1 file changed, 3 insertions(+) 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,