src/router.js
@@ -87,6 +87,25 @@ ] }, { path: '/online/study', component: Layout, name: 'OnLineStudy', meta: { title: '在线学习', icon: 'exam' }, children: [ { path: 'video/type', component: () => import('@/views/onlineStudy/video/type'), name: 'VideoType', meta: { title: '视频分类' } } ] }, { path: '/exam', component: Layout, name: 'ExamPage',