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,