From fd747e03d58f0d0e7f2296b0c7bfe02de1c5e2bf Mon Sep 17 00:00:00 2001 From: gengxin Date: Mon, 10 Mar 2025 18:43:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E4=B8=AD=E5=BF=83=EF=BC=8C?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=9B=9E=E6=98=BE7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/zipdownload.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/zipdownload.js b/src/utils/zipdownload.js index 5196632c..c44775ee 100644 --- a/src/utils/zipdownload.js +++ b/src/utils/zipdownload.js @@ -36,6 +36,7 @@ export function downLoadZipManage(str, filename,fun) { responseType: 'blob', headers: { 'Authorization': 'Bearer ' + getCookieForName("token") } }).then(res => { + console.log("downLoadZipManage res nginx ==> ",res) resolveBlob(res, mimeMap.xlsx,filename) if(fun) fun() })