export default [ { path: '/app/dataBoard', name: '数据看板', routes: [ { path: '/app/dataBoard/enterpriseMap', name: '企业分布图', icon: 'enterpriseMap', }, ], }, { path: '/app/document', name: '安全管理文档', routes: [ { icon: 'publicityEducation', path: '/app/document/publicityEducation', name: '安全服务资料列表', }, ], }, { path: '/app/enterpriseCenter', name: '企业中心', routes: [ { path: '/app/enterpriseCenter/basicInformation', name: '基本信息', icon: 'basicInformation', }, { path: '/app/enterpriseCenter/accountManagement', name: '账号管理', icon: 'accountManagement', }, ], }, ];