车船信息

This commit is contained in:
duanliang
2025-04-15 09:29:40 +08:00
parent 2764037d64
commit 612f67869b
8 changed files with 913 additions and 9 deletions

View File

@@ -58,7 +58,12 @@ const router = createRouter({
path: '/hotel',
name: 'hotel',
component: () => import('@/views/hotel/index.vue')
}
},
{
path: '/vehicles',
name: 'vehicles',
component: () => import('@/views/vehicles/index.vue')
},
]
},
{