Browse Source

bug 修复

lilei 3 years ago
parent
commit
44125b0b79
1 changed files with 50 additions and 50 deletions
  1. 50 50
      src/config/router.config.js

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

@@ -1149,31 +1149,31 @@ export const asyncRouterMap = [
               }
             ]
           },
-          // {
-          //   path: '/inventoryManagement/inventoryImport',
-          //   redirect: '/inventoryManagement/inventoryImport/list',
-          //   name: 'inventoryImport',
-          //   component: BlankLayout,
-          //   meta: {
-          //     title: '库存导入',
-          //     icon: 'frown'
-          //     // permission: 'M_bulkReturnGoodsList'
-          //   },
-          //   hideChildrenInMenu: true,
-          //   children: [
-          //     {
-          //       path: 'list',
-          //       name: 'inventoryImportList',
-          //       component: () => import(/* webpackChunkName: "shop" */ '@/views/inventoryManagement/inventoryImport/list.vue'),
-          //       meta: {
-          //         title: '库存导入列表',
-          //         icon: 'frown',
-          //         hidden: true
-          //         // permission: 'M_bulkReturnGoodsList'
-          //       }
-          //     }
-          //   ]
-          // },
+          {
+            path: '/inventoryManagement/inventoryImport',
+            redirect: '/inventoryManagement/inventoryImport/list',
+            name: 'inventoryImport',
+            component: BlankLayout,
+            meta: {
+              title: '库存导入',
+              icon: 'frown'
+              // permission: 'M_bulkReturnGoodsList'
+            },
+            hideChildrenInMenu: true,
+            children: [
+              {
+                path: 'list',
+                name: 'inventoryImportList',
+                component: () => import(/* webpackChunkName: "shop" */ '@/views/inventoryManagement/inventoryImport/list.vue'),
+                meta: {
+                  title: '库存导入列表',
+                  icon: 'frown',
+                  hidden: true
+                  // permission: 'M_bulkReturnGoodsList'
+                }
+              }
+            ]
+          },
           {
             path: '/inventoryManagement/warehouse',
             redirect: '/inventoryManagement/warehouse/list',
@@ -1328,31 +1328,31 @@ export const asyncRouterMap = [
               }
             ]
           },
-          // {
-          //   path: '/bulkManagement/bulkImport',
-          //   redirect: '/bulkManagement/bulkImport/list',
-          //   name: 'bulkImport',
-          //   component: BlankLayout,
-          //   meta: {
-          //     title: '散件导入',
-          //     icon: 'frown'
-          //     // permission: 'M_bulkReturnGoodsList'
-          //   },
-          //   hideChildrenInMenu: true,
-          //   children: [
-          //     {
-          //       path: 'list',
-          //       name: 'bulkImportList',
-          //       component: () => import(/* webpackChunkName: "shop" */ '@/views/bulkManagement/bulkImport/list.vue'),
-          //       meta: {
-          //         title: '散件导入列表',
-          //         icon: 'frown',
-          //         hidden: true
-          //         // permission: 'M_bulkReturnGoodsList'
-          //       }
-          //     }
-          //   ]
-          // }
+          {
+            path: '/bulkManagement/bulkImport',
+            redirect: '/bulkManagement/bulkImport/list',
+            name: 'bulkImport',
+            component: BlankLayout,
+            meta: {
+              title: '散件导入',
+              icon: 'frown'
+              // permission: 'M_bulkReturnGoodsList'
+            },
+            hideChildrenInMenu: true,
+            children: [
+              {
+                path: 'list',
+                name: 'bulkImportList',
+                component: () => import(/* webpackChunkName: "shop" */ '@/views/bulkManagement/bulkImport/list.vue'),
+                meta: {
+                  title: '散件导入列表',
+                  icon: 'frown',
+                  hidden: true
+                  // permission: 'M_bulkReturnGoodsList'
+                }
+              }
+            ]
+          }
         ]
       },
       // 报表