路由调整

This commit is contained in:
dong 2023-09-12 10:22:26 +08:00
parent d965af29d9
commit b615906e8c

View File

@ -102,11 +102,11 @@ const routes: RouteRecordRaw[] = [
], ],
}, },
{ {
path: '', path: '/monitor',
component: () => import('layouts/MainLayout.vue'), component: () => import('layouts/MainLayout.vue'),
children: [ children: [
{ {
path: '/monitor', path: '',
name: 'monitor', name: 'monitor',
component: () => import('pages/MonitorPage.vue'), component: () => import('pages/MonitorPage.vue'),
}, },