This commit is contained in:
duanliang
2025-05-30 13:50:43 +08:00
parent 21a3bc6452
commit e3f0196e76
16 changed files with 2049 additions and 96 deletions

View File

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