src/router.js
@@ -219,17 +219,18 @@ component: () => import('@/views/train/index'), name: 'TrainListPage', meta: { title: '在线培训', noCache: true } }, { path: 'meet/index', component: () => import('@/views/meet/index'), name: 'meet', hidden: true } ] }, { path: '/meet', component: () => import('@/views/meet/index'), meta: { title: '在线教学', noCache: true }, hidden: true }, { path: '/education', component: Layout, name: 'EducationPage',