WIP: acct mgmt search bar
This commit is contained in:
@@ -67,7 +67,6 @@ export default {
|
||||
},
|
||||
beforeRouteEnter(to, from, next) {
|
||||
// 重新整理畫面以及第一次進入網頁時,beforeRouteEnter這個hook會被執行,然而beforeRouteUpdate不會被執行
|
||||
const loginStore = LoginStore();
|
||||
if (!getCookie("isLuciaLoggedIn")) {
|
||||
next({
|
||||
path: '/login',
|
||||
|
||||
Reference in New Issue
Block a user