Update axios.js
parent
e11aa7ce24
commit
72a880cf70
|
@ -38,7 +38,6 @@ axios.interceptors.response.use(
|
|||
if(res.config.headers['action'] == 53211) { // 导出文件
|
||||
return res;
|
||||
}
|
||||
console.log(res);
|
||||
const ret = res.data;
|
||||
// token过期
|
||||
if (ret.code === 3004) {
|
||||
|
|
Loading…
Reference in New Issue