| | |
| | | path: '/setting', |
| | | // layout: false, |
| | | name: '系统设置', |
| | | access: '/system_setting', |
| | | routes: [ |
| | | { |
| | | name: '职位管理', |
| | | path: '/setting/career', |
| | | component: './setting/career/index', |
| | | access: '/system_setting/position_management', |
| | | }, |
| | | { |
| | | name: '角色管理', |
| | | path: '/setting/role', |
| | | component: './setting/role', |
| | | access: '/system_setting/role_management', |
| | | }, |
| | | ], |
| | | }, |
| | |
| | | path: '/work-order', |
| | | // layout: false, |
| | | name: '工单事项管理', |
| | | access: '/work_order_transaction_management', |
| | | routes: [ |
| | | { |
| | | name: '工单事项配置', |
| | | path: '/work-order/configuration', |
| | | component: './work-order-setting/index', |
| | | access: '/work_order_transaction_management/work_order_item_configuration', |
| | | }, |
| | | { |
| | | name: '问题类型管理', |
| | | path: '/work-order/problemType', |
| | | component: './work-order/problem-type/index', |
| | | access: '/work_order_transaction_management/problem_type_management', |
| | | }, |
| | | { |
| | | name: 'banner管理', |
| | | path: '/work-order/banner', |
| | | component: './work-order/banner/index', |
| | | access: '/work_order_transaction_management/banner_management', |
| | | }, |
| | | ], |
| | | }, |
| | |
| | | path: '/message-notification', |
| | | // layout: false, |
| | | name: '消息通知', |
| | | access: '/message_notification', |
| | | routes: [ |
| | | { |
| | | name: '消息通知', |
| | | path: '/message-notification/list', |
| | | component: './message-notification/index', |
| | | access: '/message_notification', |
| | | }, |
| | | ], |
| | | }, |