odc.xiaohui
2023-07-24 c85c74e084ac9ede4a4d539262ff865cfcdd7289
src/router.js
@@ -108,6 +108,20 @@
        meta: { title: '单选题编辑', noCache: true, activeMenu: '/exam/question/list' },
        hidden: true
      },
      {
        path: 'personalSimulation/list',
        component: () => import('@/views/exam/personalSimulation/list'),
        name: 'personalSimulation',
        meta: { title: '个人模拟', noCache: true }
      },
      {
        path: 'personalSimulation/edit',
        component: () => import('@/views/exam/personalSimulation/edit'),
        name: 'personalSimulationEdit',
        meta: { title: '试卷编辑', noCache: true, activeMenu: '/exam/personalSimulation/list' },
        hidden: true
      },
      {
        path: 'question/edit/multipleChoice',
        component: () => import('@/views/exam/question/edit/multiple-choice'),
@@ -215,6 +229,12 @@
        component: () => import('@/views/answer/list'),
        name: 'AnswerPageList',
        meta: { title: '答卷列表', noCache: true }
      },
      {
        path: 'sheetStatistics',
        component: () => import('@/views/answer/sheetStatistics.vue'),
        name: 'AnswerPageList',
        meta: { title: '答卷统计', noCache: true }
      }
    ]
  },
@@ -260,6 +280,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,