no message

This commit is contained in:
A1300399510 2024-12-16 19:04:58 +08:00
parent 9129afcbfa
commit 9c4892c48f

View File

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