|
@@ -1,35 +1,35 @@
|
|
|
-import Layout from '@/layout/index';
|
|
|
+// import Layout from '@/layout/index';
|
|
|
|
|
|
-const financialManagementRouter = {
|
|
|
- path: '/financialManagement',
|
|
|
- component: Layout,
|
|
|
- redirect: '/financialManagement',
|
|
|
- name: 'financialManagement',
|
|
|
- alwaysShow: true, // will always show the root menu
|
|
|
- meta: {
|
|
|
- title: 'financialManagement',
|
|
|
- module: 'financial.collection',
|
|
|
- icon: '-caiwuguanli'
|
|
|
- },
|
|
|
- children: [
|
|
|
- // 收款管理
|
|
|
- {
|
|
|
- path: 'collectionManagementList',
|
|
|
- component: () =>
|
|
|
- import(/* webpackChunkName: "applDetail" */ '@/views/financialManagement/collectionManagementList'),
|
|
|
- name: 'collectionManagementList',
|
|
|
- meta: {
|
|
|
- title: 'collectionManagementList',
|
|
|
- shortcutEntrance: 'financialManagement',
|
|
|
- module: 'financial.collectionInfo',
|
|
|
- permissicon: [],
|
|
|
- keepAlive: true,
|
|
|
- _title:'收款管理'
|
|
|
- // module: 'procurement.sparepart.applDetail'
|
|
|
- }
|
|
|
- },
|
|
|
- ],
|
|
|
+// const financialManagementRouter = {
|
|
|
+// path: '/financialManagement',
|
|
|
+// component: Layout,
|
|
|
+// redirect: '/financialManagement',
|
|
|
+// name: 'financialManagement',
|
|
|
+// alwaysShow: true, // will always show the root menu
|
|
|
+// meta: {
|
|
|
+// title: 'financialManagement',
|
|
|
+// module: 'financial.collection',
|
|
|
+// icon: '-caiwuguanli'
|
|
|
+// },
|
|
|
+// children: [
|
|
|
+// // 收款管理
|
|
|
+// {
|
|
|
+// path: 'collectionManagementList',
|
|
|
+// component: () =>
|
|
|
+// import(/* webpackChunkName: "applDetail" */ '@/views/financialManagement/collectionManagementList'),
|
|
|
+// name: 'collectionManagementList',
|
|
|
+// meta: {
|
|
|
+// title: 'collectionManagementList',
|
|
|
+// shortcutEntrance: 'financialManagement',
|
|
|
+// module: 'financial.collectionInfo',
|
|
|
+// permissicon: [],
|
|
|
+// keepAlive: true,
|
|
|
+// _title:'收款管理'
|
|
|
+// // module: 'procurement.sparepart.applDetail'
|
|
|
+// }
|
|
|
+// },
|
|
|
+// ],
|
|
|
|
|
|
-};
|
|
|
+// };
|
|
|
|
|
|
-export default financialManagementRouter;
|
|
|
+// export default financialManagementRouter;
|