소스 검색

Update index.js

stjdydayou 3 년 전
부모
커밋
f9a384f067
1개의 변경된 파일20개의 추가작업 그리고 20개의 파일을 삭제
  1. 20 20
      src/router/index.js

+ 20 - 20
src/router/index.js

@@ -86,27 +86,27 @@ export const asyncRoutes = [
         name: 'StatisticsComplaint',
         component: () => import('@/views/statistics/complaint'),
         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: '景区申报记录' }
+      // }
     ]
   },
   {