From f0f200abf841d5d7fe5e2921e6ded8f0147e9c92 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期三, 10 七月 2024 18:02:07 +0800 Subject: [PATCH] feat 用户列表增加部门条件 随机试卷列表增加部门,时间,科目条件 补考直接展示学生 试卷标题默认展示一个 --- src/router.js | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/router.js b/src/router.js index 4f0064a..2fbb02d 100644 --- a/src/router.js +++ b/src/router.js @@ -176,6 +176,12 @@ meta: { title: '闅忔満璇曞嵎', noCache: true } }, { + path: 'personalRandomTemplate/config', + component: () => import('@/views/exam/personalRandomTemplate/config'), + name: 'personalSimulationConfig', + meta: { title: '闅忔満璇曞嵎閰嶇疆', noCache: true } + }, + { path: 'personalRandomTemplate/edit', component: () => import('@/views/exam/personalRandomTemplate/edit'), name: 'personalSimulationEdit', @@ -491,6 +497,12 @@ meta: { title: '瀛︾敓鍒楄〃', noCache: true } }, { + path: 'tag/list', + component: () => import('@/views/user/tag/list'), + name: 'TagAdminPageList', + meta: { title: '瀛︾敓鏍囩', noCache: true } + }, + { path: 'departmentExamine/list', component: () => import('@/views/user/departmentExamine/list'), name: 'departmentExamineList', -- Gitblit v1.8.0