src/router.js
@@ -100,14 +100,19 @@ title: '在线学习', icon: 'exam' }, alwaysShow: true, children: [ { path: 'video/type', component: () => import('@/views/onlineStudy/video/type'), name: 'VideoType', meta: { title: '视频分类', noCache: true } path: 'type', component: () => import('@/views/onlineStudy/type'), name: 'Type', meta: { title: '学习类型', noCache: true } }, { path: 'file', component: () => import('@/views/onlineStudy/file'), name: 'File', meta: { title: '学习文件', noCache: true } } ] },