From 236fdf92ecb6ff876d400f6c360efca8ab085f5c Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期四, 30 十一月 2023 09:04:38 +0800
Subject: [PATCH] 修改青羊后台部门bug

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

diff --git a/src/router.js b/src/router.js
index dd4ace5..e94fab1 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