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