导出详细学习记录 - loading 更改 1

This commit is contained in:
gengxin
2025-03-03 18:20:36 +08:00
parent c4245231c5
commit 1712f70c1f
2 changed files with 7 additions and 7 deletions

View File

@@ -14,10 +14,6 @@ export function downLoadXlsx(str, filename) {
headers: { 'Authorization': 'Bearer ' + getCookieForName("token") }
}).then(res => {
resolveBlob(res, mimeMap.xlsx,filename)
return false;
}).catch(error =>{
console.log("downLoadXlsx error",error);
return false;
})
}
const baseUrl = process.env.VUE_APP_ACT_API