From c85c74e084ac9ede4a4d539262ff865cfcdd7289 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期一, 24 七月 2023 11:16:16 +0800
Subject: [PATCH] 修改青羊后台题目个人模拟

---
 src/router.js |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/src/router.js b/src/router.js
index 470f931..6598c82 100644
--- a/src/router.js
+++ b/src/router.js
@@ -108,6 +108,20 @@
         meta: { title: '鍗曢�夐缂栬緫', noCache: true, activeMenu: '/exam/question/list' },
         hidden: true
       },
+
+      {
+        path: 'personalSimulation/list',
+        component: () => import('@/views/exam/personalSimulation/list'),
+        name: 'personalSimulation',
+        meta: { title: '涓汉妯℃嫙', noCache: true }
+      },
+      {
+        path: 'personalSimulation/edit',
+        component: () => import('@/views/exam/personalSimulation/edit'),
+        name: 'personalSimulationEdit',
+        meta: { title: '璇曞嵎缂栬緫', noCache: true, activeMenu: '/exam/personalSimulation/list' },
+        hidden: true
+      },
       {
         path: 'question/edit/multipleChoice',
         component: () => import('@/views/exam/question/edit/multiple-choice'),

--
Gitblit v1.8.0