diff --git a/src/router/MainRoutes.ts b/src/router/MainRoutes.ts index 1a935fc..5663a69 100644 --- a/src/router/MainRoutes.ts +++ b/src/router/MainRoutes.ts @@ -1,9 +1,9 @@ const MainRoutes = { path: '/main', meta: { - requiresAuth: true + requiresAuth: false }, - redirect: '/main/dashboard/default', + redirect: '/dashboard/default', component: () => import('@/layouts/full/FullLayout.vue'), children: [ {