WIP: acct mgmt search bar

This commit is contained in:
Cindy Chang
2024-06-19 10:12:16 +08:00
parent 341fd61d07
commit 80529b85fe
6 changed files with 93 additions and 8 deletions

View File

@@ -67,7 +67,6 @@ export default {
},
beforeRouteEnter(to, from, next) {
// 重新整理畫面以及第一次進入網頁時beforeRouteEnter這個hook會被執行然而beforeRouteUpdate不會被執行
const loginStore = LoginStore();
if (!getCookie("isLuciaLoggedIn")) {
next({
path: '/login',