From ba26f616ba724d615db6cd1f6ef59da2ba4ef98f Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Mon, 26 Jan 2026 18:39:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../backOfficeSystem/HumanIntelligence/fileTransfer/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/backOfficeSystem/HumanIntelligence/fileTransfer/index.vue b/src/views/backOfficeSystem/HumanIntelligence/fileTransfer/index.vue index c649a85..c0fb2bd 100644 --- a/src/views/backOfficeSystem/HumanIntelligence/fileTransfer/index.vue +++ b/src/views/backOfficeSystem/HumanIntelligence/fileTransfer/index.vue @@ -181,6 +181,7 @@ const downloadFile = async (item) => { // 并行下载所有文件 const downloadPromises = dataList.map(async (fileData, index) => { try { + // fileData.url = "http://47.108.232.77:9000/image/2025-01-06/081102a5418e4146beea277d18018e07.jpeg"; // 使用fetch获取文件内容 const downloadUrl = fileData.url.replace(/^https?:\/\/[^/]+/, '/zyminio'); const response = await fetch(downloadUrl);