|
@@ -90,8 +90,8 @@ service.interceptors.response.use(res => {
|
|
},1000);
|
|
},1000);
|
|
}
|
|
}
|
|
return res.data
|
|
return res.data
|
|
- } else if (code == 303 || code == 530 || code == 503 || code == 504|| code == 205) {
|
|
|
|
- // 303-考试从定向 530-账号不存在 503-验证码错误 504特殊报错code 205智能门禁状态 用于报错后需要返回code进行后续操作
|
|
|
|
|
|
+ } else if (code == 5007) {
|
|
|
|
+ //重定向
|
|
return res.data
|
|
return res.data
|
|
} else if (code != 200) {
|
|
} else if (code != 200) {
|
|
if(!messageData){
|
|
if(!messageData){
|