feat:新增酒店页面
This commit is contained in:
@@ -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')
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user