feat 监控大屏、安全检测
This commit is contained in:
@@ -6,7 +6,7 @@ const router = createRouter({
|
||||
{
|
||||
path: '/',
|
||||
name: 'home',
|
||||
component: () => import('../views/home/index.vue')
|
||||
component: () => import('@/views/home/index.vue')
|
||||
},
|
||||
{
|
||||
path: '/monitor',
|
||||
@@ -17,7 +17,12 @@ const router = createRouter({
|
||||
path: '/testing',
|
||||
name: 'testing',
|
||||
component: () => import('../views/testing/index.vue')
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/scenic',
|
||||
name: 'scenic',
|
||||
component: () => import('@/views/scenic/index.vue')
|
||||
}
|
||||
]
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user