no message
This commit is contained in:
parent
3ddbcbb211
commit
3eb4d908eb
@ -52,8 +52,6 @@ function $ajaxget(url, data) {
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
.then(function (res) {
|
.then(function (res) {
|
||||||
console.log("res", res)
|
|
||||||
|
|
||||||
var data = typeof res.data == "string" ? JSON.parse(res.data) : res.data
|
var data = typeof res.data == "string" ? JSON.parse(res.data) : res.data
|
||||||
|
|
||||||
if (data.code == 401) {
|
if (data.code == 401) {
|
||||||
@ -66,7 +64,7 @@ function $ajaxget(url, data) {
|
|||||||
})
|
})
|
||||||
.catch(error => {
|
.catch(error => {
|
||||||
if (error.response?.status == 401) openShowWindow()
|
if (error.response?.status == 401) openShowWindow()
|
||||||
resolve(error)
|
reject(error)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user