From e19cce04b9f3a12ac2d287425d39974505fd0e05 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 14 十一月 2023 15:53:11 +0800
Subject: [PATCH] 11.14学生搜索改为真实姓名

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

diff --git a/src/router.js b/src/router.js
index b4da040..dd4ace5 100644
--- a/src/router.js
+++ b/src/router.js
@@ -109,6 +109,32 @@
         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: 'personalSimulation/edit',
+        component: () => import('@/views/exam/personalSimulation/edit'),
+        name: 'personalSimulationEdit',
+        meta: { title: '璇曞嵎缂栬緫', noCache: true, activeMenu: '/exam/personalSimulation/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'),
         name: 'multipleChoicePage',
@@ -215,6 +241,25 @@
         component: () => import('@/views/answer/list'),
         name: 'AnswerPageList',
         meta: { title: '绛斿嵎鍒楄〃', noCache: true }
+      },
+      {
+        path: 'sheetStatistics',
+        component: () => import('@/views/answer/sheetStatistics.vue'),
+        name: 'AnswerPageList',
+        meta: { title: '绛斿嵎缁熻', noCache: true }
+      },
+      {
+        path: 'achievementStatistics',
+        component: () => import('@/views/answer/achievementStatistics.vue'),
+        name: 'AnswerPageList',
+        meta: { title: '鎴愮哗缁熻', noCache: true }
+      },
+      {
+        path: 'achievementStatistics/gradeDetails',
+        component: () => import('@/views/exam/gradeDetails/list.vue'),
+        name: 'AnswerPageList',
+        meta: { title: '鎴愮哗缁熻璇︽儏', noCache: true, activeMenu: '/exam/gradeDetails/list' },
+        hidden: true
       }
     ]
   },
@@ -260,6 +305,24 @@
       }
     ]
   },
+  // {
+  //   path: '/meeting',
+  //   component: Layout,
+  //   name: 'MeetingPage',
+  //   meta: {
+  //     title: '鍦ㄧ嚎浼氳',
+  //     icon: 'log'
+  //   },
+  //   alwaysShow: true,
+  //   children: [
+  //     {
+  //       path: 'meeting/index',
+  //       component: () => import('@/views/meeting/list'),
+  //       name: 'MeetingUserPage',
+  //       meta: { title: '鍦ㄧ嚎浼氳', noCache: true }
+  //     }
+  //   ]
+  // },
   {
     path: '/profile',
     component: Layout,

--
Gitblit v1.8.0