refactor: 删除console打印语句

Former-commit-id: 45967a74534718192272b1960a594dbc54c4df61
This commit is contained in:
haoxr
2022-11-23 01:16:40 +08:00
parent 53dd4731a7
commit ecfad4d285

View File

@@ -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 过期,重新登录