소스 검색

修改bug

chenrui 1 년 전
부모
커밋
d46193923a
1개의 변경된 파일25개의 추가작업 그리고 25개의 파일을 삭제
  1. 25 25
      src/config/router.config.js

+ 25 - 25
src/config/router.config.js

@@ -1879,31 +1879,31 @@ export const asyncRouterMap = [
               }
             }]
           },
-          // {
-          //   path: '/reportData/tireSalesReport',
-          //   redirect: '/reportData/tireSalesReport/index',
-          //   name: 'tireSalesReport',
-          //   component: BlankLayout,
-          //   meta: {
-          //     title: '轮胎统计报表',
-          //     icon: 'profile',
-          //     permission: 'M_tireSalesReportList'
-          //   },
-          //   hideChildrenInMenu: true,
-          //   children: [
-          //     {
-          //       path: 'index',
-          //       name: 'tireSalesReportIndex',
-          //       component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/tireSalesReport/index.vue'),
-          //       meta: {
-          //         title: '轮胎统计报表',
-          //         icon: 'profile',
-          //         hidden: true,
-          //         permission: 'M_tireSalesReportList'
-          //       }
-          //     }
-          //   ]
-          // },
+          {
+            path: '/reportData/tireSalesReport',
+            redirect: '/reportData/tireSalesReport/index',
+            name: 'tireSalesReport',
+            component: BlankLayout,
+            meta: {
+              title: '轮胎统计报表',
+              icon: 'profile',
+              permission: 'M_tireSalesReportList'
+            },
+            hideChildrenInMenu: true,
+            children: [
+              {
+                path: 'index',
+                name: 'tireSalesReportIndex',
+                component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/tireSalesReport/index.vue'),
+                meta: {
+                  title: '轮胎统计报表',
+                  icon: 'profile',
+                  hidden: true,
+                  permission: 'M_tireSalesReportList'
+                }
+              }
+            ]
+          },
           {
             path: '/reportData/allocationOrderTotal',
             redirect: '/reportData/allocationOrderTotal/list',