|
@@ -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;
|