no message

This commit is contained in:
A1300399510 2024-12-16 18:50:56 +08:00
parent 411ef2bfa5
commit ac2fba744e

View File

@ -62,6 +62,8 @@ function $ajaxget(url, data) {
resolve(data)
})
.catch(error => {
console.log("error", error)
if (error.response?.status == 401) openShowWindow()
reject(error)
})