@@ -47,7 +47,7 @@ var Http = {
def.resolve(res);
}
}, function(error) {
- if(error.status==504){
+ if(error.status == 500 || error.status == 504){
CAIMEI.Alert('网络请求超时,请重试~','确定',true,function () {
window.location.reload();
});