diff --git a/src/router/index.ts b/src/router/index.ts index 670bc03..908614e 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -16,7 +16,7 @@ const router = createRouter({ { path: '/mainmenu/', component: MainMenuView, - meta: { requiresAuth: false }, + meta: { requiresAuth: true }, children: [ { path: '',