feat 监控大屏、安全检测

This commit is contained in:
duanliang
2024-12-18 10:40:53 +08:00
parent 111133ffb4
commit 4a6820831b
25 changed files with 1984 additions and 311 deletions

View File

@@ -12,6 +12,11 @@ const router = createRouter({
path: '/monitor',
name: 'monitor',
component: () => import('../views/monitor/index.vue')
},
{
path: '/testing',
name: 'testing',
component: () => import('../views/testing/index.vue')
}
]
})