no message

This commit is contained in:
A1300399510 2024-12-16 19:03:14 +08:00
parent 38e673c734
commit c21c95e5ad

View File

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