lilei 3 سال پیش
والد
کامیت
9d4b47ff33
1فایلهای تغییر یافته به همراه50 افزوده شده و 50 حذف شده
  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'
+          //       }
+          //     }
+          //   ]
+          // }
         ]
       },
       // 报表