From 8c3eaeddeff2c9c5a92352e6bf830e5000ff5882 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 03 十二月 2024 12:16:11 +0800
Subject: [PATCH] 附件最多上传10个

---
 src/router.js |   59 +++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 33 insertions(+), 26 deletions(-)

diff --git a/src/router.js b/src/router.js
index ba0699d..14e7e1d 100644
--- a/src/router.js
+++ b/src/router.js
@@ -49,7 +49,7 @@
         path: 'student/list',
         component: () => import('@/views/user/student/list'),
         name: 'UserStudentPageList',
-        meta: { title: '瀛︾敓鍒楄〃', noCache: true }
+        meta: { title: '瀛︾敓鍒楄〃', noCache: false }
       },
       {
         path: 'student/edit',
@@ -115,6 +115,13 @@
         meta: { title: '閮ㄩ棬璇剧洰', noCache: true }
       },
       {
+        path: 'subject/manager',
+        hidden: true,
+        component: () => import('@/views/education/subject/manager'),
+        name: 'SubjectManager',
+        meta: { title: '璇剧洰绠$悊', noCache: true }
+      },
+      {
         path: 'department/list',
         component: () => import('@/views/education/department/list'),
         name: 'EducationDepartmentPage',
@@ -171,18 +178,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 +222,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'),
@@ -496,12 +503,12 @@
         name: 'UserStudentPageList',
         meta: { title: '瀛︾敓鍒楄〃', noCache: true }
       },
-      {
-        path: 'tag/list',
-        component: () => import('@/views/user/tag/list'),
-        name: 'TagAdminPageList',
-        meta: { title: '瀛︾敓鏍囩', noCache: true }
-      },
+      // {
+      //   path: 'tag/list',
+      //   component: () => import('@/views/user/tag/list'),
+      //   name: 'TagAdminPageList',
+      //   meta: { title: '瀛︾敓鏍囩', noCache: true }
+      // },
       {
         path: 'departmentExamine/list',
         component: () => import('@/views/user/departmentExamine/list'),

--
Gitblit v1.8.0