From 97adbe1214f684b7d75522d1a0105513bfdc9331 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期三, 26 六月 2024 11:19:12 +0800
Subject: [PATCH] feat:作弊记录

---
 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