no message

This commit is contained in:
A1300399510 2024-12-16 19:05:39 +08:00
parent 9c4892c48f
commit 1ff171c415

View File

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