优化vcFramework

This commit is contained in:
java110 2020-03-17 00:24:07 +08:00
parent c5ca6b9534
commit 10ecfb675f

View File

@ -762,6 +762,10 @@
window.location.href = _header['location'];
return;
}
if(res.status == 404){
window.location.href = '/user.html#/login';
return;
}
errorCallback(res.bodyText, res);
} catch (e) {
console.error(e);
@ -804,6 +808,10 @@
return;
}
if(res.status == 404){
window.location.href = '/user.html#/login';
return;
}
errorCallback(res.bodyText, res);
} catch (e) {
console.error(e);