From ad51ed48d64a29467b38196cfd47ba1a5d3ed37f Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 12 三月 2025 22:28:52 +0800
Subject: [PATCH] 添加日报表统计

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

diff --git a/src/router/index.js b/src/router/index.js
index 113991d..1b273c8 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -127,10 +127,23 @@
       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: "/educational",

--
Gitblit v1.8.0