From c07afd1671f6a3444bdb1f9652662d8e49958c99 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期二, 10 九月 2024 11:14:25 +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 0361468..787d80d 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -95,6 +95,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