| | |
| | | name: '首页', |
| | | path: '/app', |
| | | icon: 'home', |
| | | permKey: 'menu.home', |
| | | children: [{ |
| | | key: 'index_workbench', |
| | | name: '工作台', |
| | | path: '/index/workbench', |
| | | permKey: '/index/workbench', |
| | | children: [] |
| | | }, { |
| | | key: 'index_system', |
| | | name: '规章制度', |
| | | path: '/index/system', |
| | | permKey: '/index/system', |
| | | children: [] |
| | | }], |
| | | }, |
| | | permKey: 'index', |
| | | children: [ |
| | | { |
| | | key: 'index', |
| | | name: '工作台', |
| | | path: '/index', |
| | | permKey: '/index', |
| | | children: [] |
| | | }, |
| | | { |
| | | key: '/index/rules', |
| | | name: '规章制度', |
| | | path: '/index/rules', |
| | | permKey: '/index/rules', |
| | | children: [] |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | key: 'workOffice', |
| | | name: '办公', |
| | | path: 'http://120.79.193.119:9090/', |
| | | icon: 'desktop', |
| | | permKey: 'workOffice', |
| | | children: [ |
| | | { |
| | | key: 'workOffice', |
| | | name: 'GitBilt', |
| | | path: 'http://120.79.193.119:9090/', |
| | | permKey: 'http://120.79.193.119:9090/', |
| | | children: [], |
| | | type: 'open' |
| | | }, |
| | | { |
| | | key: 'workOffice', |
| | | name: 'Teambition', |
| | | path: 'https://account.teambition.com/login/password', |
| | | permKey: 'https://account.teambition.com/login/password', |
| | | children: [], |
| | | type: 'open' |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | key: 'document', |
| | | name: '文档管理', |
| | | path: '/document', |
| | | icon: 'FolderOutlined ', |
| | | permKey: 'menu.document', |
| | | children: [{ |
| | | key: 'document', |
| | | icon: 'file', |
| | | permKey: 'document', |
| | | children: [ |
| | | { |
| | | key: '/document/create', |
| | | name: '新建文档', |
| | | path: '/document/documentEdit', |
| | | permKey: '/document/documentEdit', |
| | | path: '/document/create', |
| | | permKey: '/document/create', |
| | | children: [] |
| | | }], |
| | | } |
| | | ] |
| | | }, |
| | | // { |
| | | // key: 'collect', |
| | | // name: '信息采集', |
| | | // path: '/collect', |
| | | // icon: 'user', |
| | | // permKey: 'menu.users', |
| | | // children: [ |
| | | // { |
| | | // key: 'collect_jurisdictionPersonMgt', |
| | | // name: '辖区人口管理', |
| | | // path: '/collect/jurisdictionPersonMgt', |
| | | // permKey: 'collect_jurisdictionPersonMgt', |
| | | // children: [], |
| | | // }, |
| | | // { |
| | | // key: 'collect_personhouseMgt', |
| | | // name: '查人查房管理', |
| | | // path: '/collect/personhouseMgt', |
| | | // permKey: 'collect_personhouseMgt', |
| | | // children: [], |
| | | // } |
| | | // ], |
| | | // }, |
| | | { |
| | | key: 'logManage', |
| | | name: '系统管理', |
| | | path: '/logManage', |
| | | icon: 'setting', |
| | | permKey: 'logManage', |
| | | children: [ |
| | | { |
| | | key: '/logManage/browseLog', |
| | | name: '浏览日志', |
| | | path: '/logManage/browseLog', |
| | | permKey: '/logManage/browseLog', |
| | | children: [] |
| | | } |
| | | ] |
| | | } |
| | | ]; |
| | | |
| | | export default menus; |