🧧发布 4.5.0 新春版

This commit is contained in:
疯狂的狮子li
2023-01-12 09:55:50 +08:00
parent 34574c5bf7
commit 173862360e
60 changed files with 559 additions and 442 deletions

View File

@@ -21,7 +21,7 @@ export default {
const isLogin = await blobValidate(res.data);
if (isLogin) {
const blob = new Blob([res.data], { type: 'application/octet-stream' })
this.saveAs(blob, decodeURI(res.headers['download-filename']))
this.saveAs(blob, decodeURIComponent(res.headers['download-filename']))
} else {
this.printErrMsg(res.data);
}