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