龚焕茏
2024-05-14 807436a80eb7a61d7417f864c8411d0525fc8953
src/router.js
@@ -72,10 +72,16 @@
        hidden: true
      },
      {
        path: 'departmentExamine/list',
        component: () => import('@/views/user/departmentExamine/list'),
        name: 'departmentExamineList',
        meta: { title: '调动审核', noCache: true }
      },
      {
        path: 'tag/list',
        component: () => import('@/views/user/tag/list'),
        name: 'TagAdminPageList',
        meta: { title: '标签列表', noCache: true }
        meta: { title: '学生标签', noCache: true }
      },
      {
        path: 'tag/edit',
@@ -87,6 +93,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: '视频分类', noCache: true
        }
      }
    ]
  },
  {
    path: '/exam',
    component: Layout,
    name: 'ExamPage',