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 | 17 +++++++++++++++--
1 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 1b273c8..d2d6b89 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -127,7 +127,7 @@
name: "Attendance",
component: () => import("@/views/attendance/index"),
meta: {
- title: "鑰冨嫟姹囨�昏〃",
+ title: "瀛﹀憳鑰冨嫟姹囨�昏〃",
icon: "dashboard"
},
}, ],
@@ -140,10 +140,23 @@
name: "AttendanceDay",
component: () => import("@/views/attendanceDay/index"),
meta: {
- title: "鑰冨嫟鏃ユ姤琛�",
+ 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