From ab1fc82142041d66f97879761a8d2f30a02ef451 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 19 Apr 2024 15:02:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E5=8A=9F=E8=83=BD=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/uploadZip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/uploadZip.js b/src/utils/uploadZip.js index 5656071..f4adbb0 100644 --- a/src/utils/uploadZip.js +++ b/src/utils/uploadZip.js @@ -90,7 +90,7 @@ const setfolder = async (item) => { const handleBatchDown = async (item, zip) => { return new Promise((resolve) => { getFileData( - Vue.prototype.OSSclientConfig.basePath + item.instancePath.slice(1) + Vue.prototype.OSSclientConfig.basePath + item.instancePath ).then((res) => { const fileName = item.dicomName + ".dcm"; zip.file(fileName, res.data, { binary: true });