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() })