feat:新增酒店页面

This commit is contained in:
zjc
2025-02-18 21:09:27 +08:00
parent c2ca99260a
commit 784d634272
12 changed files with 345 additions and 2 deletions

View File

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