| | |
| | | path: '/party', |
| | | // layout: false, |
| | | name: '党员管理', |
| | | // access: '/work_order_transaction_management', |
| | | access: '/party_member', |
| | | routes: [ |
| | | { |
| | | name: '党员管理', |
| | | path: '/party/manage', |
| | | component: './party/manage/index', |
| | | // access: '/work_order_transaction_management/work_order_item_configuration', |
| | | access: '/party_member/list', |
| | | }, |
| | | { |
| | | name: '添加党员', |
| | |
| | | name: '党员审核', |
| | | path: '/party/audit', |
| | | component: './party/audit/index', |
| | | // access: '/work_order_transaction_management/banner_management', |
| | | access: '/party_member_audit/list', |
| | | }, |
| | | ], |
| | | }, |
| | |
| | | path: '/appeal-management', |
| | | // layout: false, |
| | | name: '诉求管理', |
| | | // access: '/message_notification', |
| | | access: '/complaint', |
| | | routes: [ |
| | | { |
| | | name: '诉求管理', |
| | | path: '/appeal-management/list', |
| | | path: '/complaint/list', |
| | | component: './appeal-management/index', |
| | | access: '/message_notification', |
| | | }, |