odc.xiaohui
2023-06-13 a12559e8c816633977358fd21c60c621e5b96645
src/router.js
@@ -248,6 +248,24 @@
    ]
  },
  {
    path: '/meeting',
    component: Layout,
    name: 'MeetingPage',
    meta: {
      title: '在线会议',
      icon: 'log'
    },
    alwaysShow: true,
    children: [
      {
        path: 'meeting/index',
        component: () => import('@/views/meeting/list'),
        name: 'MeetingUserPage',
        meta: { title: '在线会议', noCache: true }
      }
    ]
  },
  {
    path: '/profile',
    component: Layout,
    hidden: true,