Merge branch '250213-prod-master_1202-gx' into test20250220

This commit is contained in:
joshen
2025-03-10 18:46:03 +08:00

View File

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