feat 监控大屏、安全检测

This commit is contained in:
duanliang
2024-12-18 10:42:20 +08:00
24 changed files with 1379 additions and 117 deletions

View File

@@ -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')
}
]
})