From 8871c2d3fbeec1a3dd5c29ea3e3de2c865959809 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期二, 10 九月 2024 15:32:44 +0800
Subject: [PATCH] 扫码登录

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

diff --git a/src/router/index.js b/src/router/index.js
index ee4ea47..429adb9 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -82,6 +82,19 @@
       },
     ],
   },
+  {
+    path: "/",
+    component: Layout,
+    redirect: "/class",
+    children: [
+      {
+        path: "/class",
+        name: "Class",
+        component: () => import("@/views/class/index"),
+        meta: { title: "鐝骇", icon: "table" },
+      },
+    ],
+  },
   // {
   //   path: "/educational",
   //   component: Layout,

--
Gitblit v1.8.0