From 04ac5e8ca9a79106fcb146dbb6b6a0d4d09a704b Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期三, 11 九月 2024 14:47:36 +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