From 0ebcc1fd3b16b7a43e85a9a4bde1a1cee3ae5831 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期二, 16 七月 2024 17:47:10 +0800
Subject: [PATCH] feat:出生年月取消必填、隐藏模拟菜单

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

diff --git a/src/router.js b/src/router.js
index ba0699d..9a3b6a7 100644
--- a/src/router.js
+++ b/src/router.js
@@ -171,18 +171,18 @@
         meta: { title: '鍗曢�夐缂栬緫', noCache: true, activeMenu: '/exam/question/list' },
         hidden: true
       },
-      {
-        path: 'simulation/list',
-        component: () => import('@/views/exam/simulation/list'),
-        name: 'personalSimulationList',
-        meta: { title: '妯℃嫙鍒楄〃', noCache: true }
-      },
-      {
-        path: 'personalSimulation/list',
-        component: () => import('@/views/exam/personalSimulation/list'),
-        name: 'personalSimulation',
-        meta: { title: '涓汉妯℃嫙', noCache: true }
-      },
+      // {
+      //   path: 'simulation/list',
+      //   component: () => import('@/views/exam/simulation/list'),
+      //   name: 'personalSimulationList',
+      //   meta: { title: '妯℃嫙鍒楄〃', noCache: true }
+      // },
+      // {
+      //   path: 'personalSimulation/list',
+      //   component: () => import('@/views/exam/personalSimulation/list'),
+      //   name: 'personalSimulation',
+      //   meta: { title: '涓汉妯℃嫙', noCache: true }
+      // },
       {
         path: 'personalRandomTemplate/list',
         component: () => import('@/views/exam/personalRandomTemplate/list'),
@@ -215,13 +215,13 @@
         name: 'feedback',
         meta: { title: '閿欓鍙嶉', noCache: true }
       },
-      {
-        path: 'personalSimulation/list/mathList',
-        component: () => import('@/views/exam/mathList/list.vue'),
-        name: 'multiplemathList',
-        meta: { title: '妯℃嫙鍒楄〃璇︽儏', noCache: true, activeMenu: '/exam/mathList/list' },
-        hidden: true
-      },
+      // {
+      //   path: 'personalSimulation/list/mathList',
+      //   component: () => import('@/views/exam/mathList/list.vue'),
+      //   name: 'multiplemathList',
+      //   meta: { title: '妯℃嫙鍒楄〃璇︽儏', noCache: true, activeMenu: '/exam/mathList/list' },
+      //   hidden: true
+      // },
       {
         path: 'question/edit/multipleChoice',
         component: () => import('@/views/exam/question/edit/multiple-choice'),

--
Gitblit v1.8.0