no message

This commit is contained in:
A1300399510 2024-12-16 19:00:29 +08:00
parent 3eb4d908eb
commit 0cdae227fc

View File

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