no message
This commit is contained in:
parent
411ef2bfa5
commit
ac2fba744e
@ -62,6 +62,8 @@ function $ajaxget(url, data) {
|
||||
resolve(data)
|
||||
})
|
||||
.catch(error => {
|
||||
console.log("error", error)
|
||||
|
||||
if (error.response?.status == 401) openShowWindow()
|
||||
reject(error)
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user