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