路由调整
This commit is contained in:
parent
d965af29d9
commit
b615906e8c
@ -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'),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user