export default [ { name: 'notice', icon: 'table', path:'/notice', routes: [ { name: 'noticeList', path: '/notice/noticeList',component: './notice/noticeList/components/NoticeList' },//通知公告查看 { name: 'noticeManage', path: '/notice/noticeManage',component: './notice/noticeManage/components/noticeManage'},//通知公告管理 ] }, ];