|
@@ -51,13 +51,13 @@ function checkStatus(response) {
|
|
|
} else if (res.Ret == 403) {
|
|
|
bus.$message.error(res.Msg);
|
|
|
} else if (res.Ret === 408) {
|
|
|
+ localStorage.setItem("auth", "")
|
|
|
bus
|
|
|
.$alert(res.Msg, "提示", {
|
|
|
showClose: false,
|
|
|
})
|
|
|
.then(() => {
|
|
|
window.location.href = window.location.origin + '/login';
|
|
|
-
|
|
|
});
|
|
|
}
|
|
|
return res;
|