会话过期优化

This commit is contained in:
fuenmao 2025-01-07 11:13:16 +08:00
parent a6c8b475f4
commit cf8f710a38
1 changed files with 2 additions and 3 deletions

View File

@ -118,10 +118,9 @@ class ResponseHandle extends Interceptor {
}); });
} }
/*if(data['code'] != 200){ if(data['code'] != 200){
ToastUtils.showError(data['message']); ToastUtils.showError(data['message']);
}*/ }
ToastUtils.showError(data['message']);
super.onResponse(response, handler); super.onResponse(response, handler);
} }