xiangpei
2024-06-06 0f823d771d6a876c8990ad5b7dd80c835c38c53f
src/router.js
@@ -129,6 +129,13 @@
        component: () => import('@/views/Manage/TestPaper/QuestionBank.vue'),
        meta: { title: '题库管理' }
      },
      // 科目管理
      {
        path: 'subject',
        name: 'subject',
        component: () => import('@/views/Manage/TestPaper/subject.vue'),
        meta: { title: '科目管理' }
      },
      // 试卷生成
      {
        path: 'test-paper-generation',
@@ -210,7 +217,6 @@
]
const router = new Router({
  mode: 'history',
  routes: constantRoutes
})