Commit 92c0b439 authored by 吴春's avatar 吴春

1

parent ac36d376
This diff is collapsed.
This diff is collapsed.
...@@ -1521,6 +1521,22 @@ export default { ...@@ -1521,6 +1521,22 @@ export default {
title: '餐厅套餐查询' title: '餐厅套餐查询'
}, },
}, },
{
path: '/HotelRankingDetails', //酒店排行详情
name: 'HotelRankingDetails',
component: resolve => require(['@/components/Hotel/HotelRankingDetails'], resolve),
meta: {
title: '酒店使用排行详情'
},
},
{
path: '/HotelRankingList', //酒店排行
name: 'HotelRankingList',
component: resolve => require(['@/components/Hotel/HotelRankingList'], resolve),
meta: {
title: '酒店使用排行'
},
},
{ {
path: '/restaurantRankingList', //餐厅使用排行 path: '/restaurantRankingList', //餐厅使用排行
name: 'restaurantRankingList', name: 'restaurantRankingList',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment