From 9991d61b26854c89f4546d52d4103db0c22a571a Mon Sep 17 00:00:00 2001 From: Anjali Rana <139739322+ct-anjali-rana@users.noreply.github.com> Date: Sat, 2 Mar 2024 15:10:40 +0530 Subject: [PATCH] for live free verion issue solved (#10) --- src/router/MainRoutes.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: [ {