no message

This commit is contained in:
A1300399510 2024-12-16 18:53:34 +08:00
parent 50d62f6688
commit 113c767892

View File

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