This commit is contained in:
parent
4c380efec7
commit
156cfb0488
@ -111,7 +111,7 @@ const router = createRouter({
|
|||||||
router.beforeEach(async (to, from, next) => {
|
router.beforeEach(async (to, from, next) => {
|
||||||
const authStore = useAuthStore();
|
const authStore = useAuthStore();
|
||||||
await authStore.checkAuthStatus(); // 로그인 상태 확인
|
await authStore.checkAuthStatus(); // 로그인 상태 확인
|
||||||
const allowedUserId = 26; // 특정 ID (변경필요!!)
|
const allowedUserId = 1; // 특정 ID (변경필요!!)
|
||||||
const userStore = useUserInfoStore();
|
const userStore = useUserInfoStore();
|
||||||
const userId = userStore.user?.id ?? null;
|
const userId = userStore.user?.id ?? null;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user