From cc4f8046f4fab83306e7514367de7a6ad424e493 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期二, 28 十月 2025 22:59:05 +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