feat:完善功能

This commit is contained in:
zjc
2025-01-16 12:37:23 +08:00
parent ef5cb642ca
commit 2a11f91d36
43 changed files with 2644 additions and 3108 deletions

View File

@@ -43,19 +43,19 @@ const router = createRouter({
path: '/traffic',
name: 'traffic',
component: () => import('@/views/traffic/index.vue')
},
{
path: '/sceneTesting',
name: 'sceneTesting',
component: () => import('@/views/testing/index.vue')
},
{
path: '/roadTesting',
name: 'roadTesting',
component: () => import('@/views/testing/road.vue')
}
]
},
{
path: '/sceneTesting',
name: 'sceneTesting',
component: () => import('@/views/testing/index.vue')
},
{
path: '/roadTesting',
name: 'roadTesting',
component: () => import('@/views/testing/road.vue')
},
{
path: '/404',
name: 'NotFound',