zhongtianhaoyuan 4 years ago
parent
commit
d8ca62ad9d
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/views/warehouse/component/router/index.js

+ 5 - 5
src/views/warehouse/component/router/index.js

@@ -1,14 +1,14 @@
 import Layout from '@/layout/index';
 
-const contractManagementRouter = {
-  path: '/warehouseManagement',
+const warehouseManagementRouter = {
+  path: '/warehouse',
   component: Layout,
   redirect: { name: 'warehouseManagementList' },
   name: 'warehouseManagementList',
   alwaysShow: true, // will always show the root menu
   meta: {
     title: 'warehouseManagementList',
-    module: 'warehouseManagement',
+    module: 'warehouse',
     icon: 'cg'
   },
   children: [
@@ -20,7 +20,7 @@ const contractManagementRouter = {
       meta: {
         title: 'warehouseManagementList',
         shortcutEntrance: 'warehouseManagementList',
-        module: 'warehouseManagement.warehouseManagementList',
+        module: 'warehouse.warehouseManagementList',
         permissicon: [],
         keepAlive: true
         // module: 'procurement.sparepart.applDetail'
@@ -29,4 +29,4 @@ const contractManagementRouter = {
     },
   ],
 };
-export default contractManagementRouter;
+export default warehouseManagementRouter;