odc.xiaohui
2023-06-15 d1e5f96ad319e7ab035317b0f1e9a03e83d5de4f
src/router.js
@@ -179,10 +179,23 @@
        meta: { title: '课目列表', noCache: true }
      },
      {
        path: 'department/list',
        component: () => import('@/views/education/department/list'),
        name: 'EducationDepartmentPage',
        meta: { title: '部门列表', noCache: true }
      },
      {
        path: 'subject/edit',
        component: () => import('@/views/education/subject/edit'),
        name: 'EducationSubjectEditPage',
        meta: { title: '课目编辑', noCache: true, activeMenu: '/education/subject/list' },
        hidden: true
      },
      {
        path: 'department/edit',
        component: () => import('@/views/education/department/edit'),
        name: 'EducationSubjectEditPage',
        meta: { title: '部门编辑', noCache: true, activeMenu: '/education/department/list' },
        hidden: true
      }
    ]
@@ -248,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,