From d44a2361fa5173f0421ec05921bde28d59614d45 Mon Sep 17 00:00:00 2001 From: qirong <2032486488@qq.com> Date: 星期二, 28 十一月 2023 11:09:18 +0800 Subject: [PATCH] 随机试卷修改 --- src/router.js | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/router.js b/src/router.js index dd4ace5..4bb28d1 100644 --- a/src/router.js +++ b/src/router.js @@ -121,6 +121,19 @@ meta: { title: '涓汉妯℃嫙', noCache: true } }, { + path: 'personalRandomTemplate/list', + component: () => import('@/views/exam/personalRandomTemplate/list'), + name: 'personalSimulation', + meta: { title: '涓汉闅忔満妯℃澘', noCache: true } + }, + { + path: 'personalRandomTemplate/edit', + component: () => import('@/views/exam/personalRandomTemplate/edit'), + name: 'personalSimulationEdit', + meta: { title: '涓汉闅忔満妯℃澘缂栬緫', noCache: true, activeMenu: '/exam/personalRandomTemplate/list' }, + hidden: true + }, + { path: 'personalSimulation/edit', component: () => import('@/views/exam/personalSimulation/edit'), name: 'personalSimulationEdit', -- Gitblit v1.8.0