This commit is contained in:
parent
72f65ec968
commit
42d1b1ece1
|
@ -14,7 +14,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
let login = function () {
|
let login = function () {
|
||||||
MessageBox.alert("认证信息已过期,请重新登录。", {
|
MessageBox.error({message: this.$t('commons.tips')}, {
|
||||||
callback: () => {
|
callback: () => {
|
||||||
window.location.href = "/login"
|
window.location.href = "/login"
|
||||||
}
|
}
|
||||||
|
@ -29,6 +29,7 @@ export default {
|
||||||
}
|
}
|
||||||
return response;
|
return response;
|
||||||
}, error => {
|
}, error => {
|
||||||
|
Message.error({message: this.$t('commons.tips')});
|
||||||
return Promise.reject(this.$t('commons.tips'));
|
return Promise.reject(this.$t('commons.tips'));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue