You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
730 B
40 lines
730 B
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', |
|
}, |
|
], |
|
}, |
|
];
|
|
|