|
@@ -86,27 +86,27 @@ export const asyncRoutes = [
|
|
|
name: 'StatisticsComplaint',
|
|
name: 'StatisticsComplaint',
|
|
|
component: () => import('@/views/statistics/complaint'),
|
|
component: () => import('@/views/statistics/complaint'),
|
|
|
meta: { title: '文旅投诉', authorities: ['complaint.find'] }
|
|
meta: { title: '文旅投诉', authorities: ['complaint.find'] }
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- path: 'solicitRewardsTravelReport',
|
|
|
|
|
- name: 'SolicitRewardsTravelReport',
|
|
|
|
|
- component: () => import('@/views/equipment/passenger/Detail'),
|
|
|
|
|
- meta: { title: '招徕奖励申报' }
|
|
|
|
|
- },
|
|
|
|
|
-
|
|
|
|
|
- {
|
|
|
|
|
- path: 'solicitRewardsHotelReport',
|
|
|
|
|
- name: 'solicitRewardsHotelReport',
|
|
|
|
|
- component: () => import('@/views/statistics/complaint'),
|
|
|
|
|
- meta: { title: '酒店申报记录' }
|
|
|
|
|
- },
|
|
|
|
|
-
|
|
|
|
|
- {
|
|
|
|
|
- path: 'solicitRewardsScenicReport',
|
|
|
|
|
- name: 'solicitRewardsScenicReport',
|
|
|
|
|
- component: () => import('@/views/statistics/complaint'),
|
|
|
|
|
- meta: { title: '景区申报记录' }
|
|
|
|
|
}
|
|
}
|
|
|
|
|
+ // {
|
|
|
|
|
+ // path: 'solicitRewardsTravelReport',
|
|
|
|
|
+ // name: 'SolicitRewardsTravelReport',
|
|
|
|
|
+ // component: () => import('@/views/equipment/passenger/Detail'),
|
|
|
|
|
+ // meta: { title: '招徕奖励申报' }
|
|
|
|
|
+ // },
|
|
|
|
|
+ //
|
|
|
|
|
+ // {
|
|
|
|
|
+ // path: 'solicitRewardsHotelReport',
|
|
|
|
|
+ // name: 'solicitRewardsHotelReport',
|
|
|
|
|
+ // component: () => import('@/views/statistics/complaint'),
|
|
|
|
|
+ // meta: { title: '酒店申报记录' }
|
|
|
|
|
+ // },
|
|
|
|
|
+ //
|
|
|
|
|
+ // {
|
|
|
|
|
+ // path: 'solicitRewardsScenicReport',
|
|
|
|
|
+ // name: 'solicitRewardsScenicReport',
|
|
|
|
|
+ // component: () => import('@/views/statistics/complaint'),
|
|
|
|
|
+ // meta: { title: '景区申报记录' }
|
|
|
|
|
+ // }
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|