|
|
|
@ -147,13 +147,13 @@ export default defineConfig({
|
|
|
|
|
path: '/mockExamination',
|
|
|
|
|
routes: [
|
|
|
|
|
{
|
|
|
|
|
name: '章节模拟练习-主题列表',
|
|
|
|
|
name: '章节模拟考试',
|
|
|
|
|
path: '/mockExamination/chapterExamination',
|
|
|
|
|
component: './mockExamination/chapterExamination',
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: '章节模拟练习-章节列表',
|
|
|
|
|
name: '章节模拟考试',
|
|
|
|
|
path: '/mockExamination/chapterExamination/chapterList/:data_id/:data_type/:subject_id',
|
|
|
|
|
component: './mockExamination/chapterList',
|
|
|
|
|
hideInMenu: true,
|
|
|
|
|