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 |   54 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 53 insertions(+), 1 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 1d6d96c..d2d6b89 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -78,7 +78,7 @@
         component: () => import("@/views/student/index"),
         meta: {
           title: "瀛﹀憳鍒楄〃",
-          icon: "table"
+          icon: "user"
         },
       },
       {
@@ -105,6 +105,58 @@
         icon: "table"
       },
     }, ],
+  },{
+    path: "/",
+    component: Layout,
+    redirect: "/order",
+    children: [{
+      path: "/order",
+      name: "Order",
+      component: () => import("@/views/order/index"),
+      meta: {
+        title: "瀛﹀憳璁㈠崟",
+        icon: "form"
+      },
+    }, ],
+  },{
+    path: "/",
+    component: Layout,
+    redirect: "/attendance",
+    children: [{
+      path: "/attendance",
+      name: "Attendance",
+      component: () => import("@/views/attendance/index"),
+      meta: {
+        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"
+      },
+    }, ],
   },
   // {
   //   path: "/educational",

--
Gitblit v1.8.0