This commit is contained in:
wenyann 2020-05-29 11:05:08 +08:00
parent fd4854d4ab
commit 670a7dfd11
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ export default {
callback: () => { callback: () => {
window.location.href = "/login" window.location.href = "/login"
} }
}).then(r => {
}); });
}; };