From 68b8ed3b4b7ddbb5fe113c1d7df3aa909dc66fb6 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期三, 03 七月 2024 18:37:29 +0800 Subject: [PATCH] feat:新增随机时间题目配置 --- src/router.js | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/router.js b/src/router.js index 79a7290..bf49fcf 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', @@ -494,13 +500,13 @@ path: 'departmentExamine/list', component: () => import('@/views/user/departmentExamine/list'), name: 'departmentExamineList', - meta: { title: '璋冨姩瀹℃牳', noCache: true } + meta: { title: '璋冨姩鎻愬璁板綍', noCache: true } }, { path: 'UserConditionExamine/list', component: () => import('@/views/user/UserConditionExamine/list'), name: 'UserConditionExamineList', - meta: { title: '鐘舵�佸鏍�', noCache: true } + meta: { title: '鐘舵�佹彁瀹¤褰�', noCache: true } }, ] }, -- Gitblit v1.8.0