diff --git a/src/router/routes.ts b/src/router/routes.ts index e068ce1..2c1a133 100644 --- a/src/router/routes.ts +++ b/src/router/routes.ts @@ -102,11 +102,11 @@ const routes: RouteRecordRaw[] = [ ], }, { - path: '', + path: '/monitor', component: () => import('layouts/MainLayout.vue'), children: [ { - path: '/monitor', + path: '', name: 'monitor', component: () => import('pages/MonitorPage.vue'), },