odc.xiaohui
2023-06-15 fa4cc347e7238de86f190659d25db74635a97e43
src/router.js
@@ -261,6 +261,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,