refactor: 删除console打印语句
Former-commit-id: 45967a74534718192272b1960a594dbc54c4df61
This commit is contained in:
@@ -49,7 +49,6 @@ service.interceptors.response.use(
|
||||
}
|
||||
},
|
||||
(error: any) => {
|
||||
console.log('errorinfo', error.response.data);
|
||||
if (error.response.data) {
|
||||
const { code, msg } = error.response.data;
|
||||
// token 过期,重新登录
|
||||
|
||||
Reference in New Issue
Block a user