qirong
2023-10-27 db5455a1bcea1d8e69cfc13fc8f74ea10f59ad6f
src/router.js
@@ -128,6 +128,13 @@
        hidden: true
      },
      {
        path: 'personalSimulation/list/mathList',
        component: () => import('@/views/exam/mathList/list.vue'),
        name: 'multiplemathList',
        meta: { title: '模拟列表详情', noCache: true, activeMenu: '/exam/mathList/list' },
        hidden: true
      },
      {
        path: 'question/edit/multipleChoice',
        component: () => import('@/views/exam/question/edit/multiple-choice'),
        name: 'multipleChoicePage',