diff --git a/frontend/src/router/routes.ts b/frontend/src/router/routes.ts index ca0e353..b17057e 100644 --- a/frontend/src/router/routes.ts +++ b/frontend/src/router/routes.ts @@ -25,7 +25,7 @@ const routes: RouteRecordRaw[] = [ }, { path: '/admin', - component: () => import('@/layouts/admin.vue'), + component: () => import('@/layouts/developer.vue'), meta: { auth: true, role: 'admin' }, children: [ {