yz3456
2024-05-30 a27ffbdd8353c381312839a0c00ae7444c7a381c
ruoyi-ui/src/router/index.js
@@ -187,6 +187,15 @@
    // 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'}
      }
    ]
  },
  //直播
  {
@@ -199,7 +208,7 @@
      {
        path: 'webcastInfo/',
        // path: 'webcastInfo/:id(\\d+)',
        component: () => import('@/views/meeting/webcastInfo'),
        component: () => import('@/views/meeting/Home'),
        name: 'webcastInfo',
        meta: { title: '直播详情',activeMenu: '/meeting/webcastInfo'}
      }
@@ -672,7 +681,7 @@
        path: 'healthYear',
        component: () => import('@/views/healthy/healthYear'),
        name: 'healthYear',
        meta: { title: '年度健康报告'}
        meta: { title: '现状健康情况'}
      }
    ]
  },