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 | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/router.js b/src/router.js index 1709084..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', -- Gitblit v1.8.0