| | |
| | | // permissions: [], |
| | | hidden: true, |
| | | permissions: ['meetingModel:statistics:list'], |
| | | children: [ |
| | | { |
| | | // path: 'statisticsInfo/', |
| | | path: 'statisticsInfo/:id(\\d+)', |
| | | component: () => import('@/views/meeting/statisticsInfo'), |
| | | name: 'statisticsInfo', |
| | | meta: { title: '统计详情',activeMenu: '/meeting/statisticsInfo'} |
| | | } |
| | | ] |
| | | }, |
| | | //直播 |
| | | { |
| | |
| | | permissions: ['meetingModel:webcast:list'], |
| | | children: [ |
| | | { |
| | | path: 'webcastInfo/', |
| | | // path: 'webcastInfo/:id(\\d+)', |
| | | component: () => import('@/views/meeting/webcastInfo'), |
| | | name: 'webcastInfo', |
| | | meta: { title: '直播详情',activeMenu: '/meeting/webcastInfo'} |
| | | // path: 'Home/', |
| | | path: 'Home/:id(\\d+)', |
| | | component: () => import('@/views/meeting/Home'), |
| | | name: 'Home', |
| | | meta: { title: '直播详情',activeMenu: '/meeting/Home'} |
| | | } |
| | | ] |
| | | }, |
| | |
| | | path: 'healthYear', |
| | | component: () => import('@/views/healthy/healthYear'), |
| | | name: 'healthYear', |
| | | meta: { title: '年度健康报告'} |
| | | meta: { title: '现状健康情况'} |
| | | } |
| | | ] |
| | | }, |