From 6cf3aa42b29c3f0c7f70c6324fa43ca262d99ed8 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期三, 26 六月 2024 17:08:59 +0800
Subject: [PATCH] 阅卷提交按钮

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

diff --git a/src/router.js b/src/router.js
index 3e87f6d..1d7acf6 100644
--- a/src/router.js
+++ b/src/router.js
@@ -258,7 +258,13 @@
         component: () => import('@/views/education/resource/list'),
         name: 'EducationResourcePage',
         meta: { title: '鏁欏璧勬簮', noCache: true }
-      }
+      },
+      {
+        path: 'cheat/list',
+        component: () => import('@/views/education/cheat/list'),
+        name: 'EducationCheatPage',
+        meta: { title: '浣滃紛璁板綍', noCache: true }
+      },
     ]
   },
   {

--
Gitblit v1.8.0