|
@@ -62,8 +62,6 @@ service.interceptors.response.use(
|
|
|
if (res.code === 401 || res.code === 403) {
|
|
|
|
|
|
location = window.location.origin;
|
|
|
- console.log('401/403',location)
|
|
|
-
|
|
|
// MessageBox.confirm('登录过期请重新登录', '确定登出', {
|
|
|
// confirmButtonText: '重新登录',
|
|
|
// cancelButtonText: '取消',
|