更新前端看板
This commit is contained in:
@@ -377,7 +377,7 @@ router.beforeEach((to, _from, next) => {
|
||||
}
|
||||
|
||||
if (!auth.isLoggedIn) {
|
||||
auth.logout()
|
||||
auth.logout() // fire-and-forget,无需阻塞跳转
|
||||
next({ name: 'login' })
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user