no message

This commit is contained in:
A1300399510 2024-12-16 19:04:07 +08:00
parent c21c95e5ad
commit 9129afcbfa

View File

@ -64,7 +64,7 @@ function $ajaxget(url, data) {
})
.catch(error => {
if (error.response?.status == 401) openShowWindow()
reject(error)
reject("")
})
})
}