回滚request文件
parent
bda3685c73
commit
674c9ca31f
|
@ -86,13 +86,13 @@ service.interceptors.response.use(
|
|||
},
|
||||
error => {
|
||||
if (error.response.status == '404') {
|
||||
// MessageBox.alert('登录失效,请重新登录', {
|
||||
// confirmButtonText: '确定',
|
||||
// callback: action => {
|
||||
// sessionStorage.clear()
|
||||
// location.reload()
|
||||
// }
|
||||
// })
|
||||
MessageBox.alert('登录失效,请重新登录', {
|
||||
confirmButtonText: '确定',
|
||||
callback: action => {
|
||||
sessionStorage.clear()
|
||||
location.reload()
|
||||
}
|
||||
})
|
||||
// }
|
||||
// console.info('error:' + error.response.status)
|
||||
// if (error.response.status == '302') {
|
||||
|
|
Loading…
Reference in New Issue