feat 安全检测

This commit is contained in:
duanliang
2024-12-18 17:00:46 +08:00
parent 4a12039789
commit 8114a56034
21 changed files with 1338 additions and 1270 deletions

View File

@@ -14,10 +14,15 @@ const router = createRouter({
component: () => import('../views/monitor/index.vue')
},
{
path: '/testing',
name: 'testing',
path: '/sceneTesting',
name: 'sceneTesting',
component: () => import('../views/testing/index.vue')
},
{
path: '/roadTesting',
name: 'roadTesting',
component: () => import('../views/testing/road.vue')
},
{
path: '/scenic',
name: 'scenic',