From 92ce7d104ce175cf869bdf9ee87ce4123805050e Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 29 十月 2025 20:17:32 +0800
Subject: [PATCH] 班级考勤统计

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

diff --git a/src/router/index.js b/src/router/index.js
index f382702..d2d6b89 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -127,7 +127,33 @@
       name: "Attendance",
       component: () => import("@/views/attendance/index"),
       meta: {
-        title: "瀛﹀憳鑰冨嫟鏃ユ姤",
+        title: "瀛﹀憳鑰冨嫟姹囨�昏〃",
+        icon: "dashboard"
+      },
+    }, ],
+  },{
+    path: "/",
+    component: Layout,
+    redirect: "/attendance_day",
+    children: [{
+      path: "/attendance_day",
+      name: "AttendanceDay",
+      component: () => import("@/views/attendanceDay/index"),
+      meta: {
+        title: "瀛﹀憳鑰冨嫟鏃ユ姤琛�",
+        icon: "example"
+      },
+    }, ],
+  },{
+    path: "/",
+    component: Layout,
+    redirect: "/class_attendance",
+    children: [{
+      path: "/class_attendance",
+      name: "ClassAttendance",
+      component: () => import("@/views/classAttendance/index"),
+      meta: {
+        title: "鐝骇鑰冨嫟姹囨�昏〃",
         icon: "dashboard"
       },
     }, ],

--
Gitblit v1.8.0