回滚request文件

2024年1月19日V01.00.51
dearlin 2024-01-17 16:44:42 +08:00
parent bda3685c73
commit 674c9ca31f
1 changed files with 7 additions and 7 deletions

View File

@ -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') {