From a2fb35f6e7a161f080734acbc18ebca337692148 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期三, 11 二月 2026 14:23:51 +0800
Subject: [PATCH] 打卡添加防抖

---
 src/pages.json |   34 ++++++++++++++++++++++++++++++----
 1 files changed, 30 insertions(+), 4 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index e88a800..0772b2e 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -671,7 +671,7 @@
     {
       "path": "pages/safeProduction/safeQualifications/index",
       "style": {
-        "navigationBarTitleText": "瑙勭▼璧勮川",
+        "navigationBarTitleText": "瑙勭▼涓庤祫璐�",
         "navigationStyle": "custom"
       }
     },
@@ -783,7 +783,7 @@
     {
       "path": "pages/safeProduction/hazardousMaterialsControl/index",
       "style": {
-        "navigationBarTitleText": "鍗遍櫓鐗╂枡",
+        "navigationBarTitleText": "鍗遍櫓鐗╂枡绠℃帶",
         "navigationStyle": "custom"
       }
     },
@@ -858,17 +858,37 @@
       }
     },
     {
-      "path": "pages/attendance/checkin",
+      "path": "pages/humanResources/attendance/checkin",
       "style": {
         "navigationBarTitleText": "鎵撳崱绛惧埌",
         "navigationStyle": "custom"
       }
     },
     {
-      "path": "pages/attendance/report",
+      "path": "pages/humanResources/attendance/report",
       "style": {
         "navigationBarTitleText": "鑰冨嫟鏃ユ姤",
         "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/humanResources/monthlyStatistics/index",
+      "style": {
+        "navigationBarTitleText": "钖祫鍙拌处",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/humanResources/monthlyStatistics/detail",
+      "style": {
+        "navigationBarTitleText": "钖祫鍙拌处璇︽儏",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/message",
+      "style": {
+        "navigationBarTitleText": "娑堟伅涓績"
       }
     }
   ],
@@ -1082,6 +1102,12 @@
         "text": "棣栭〉"
       },
       {
+        "pagePath": "pages/message",
+        "iconPath": "static/images/tabbar/work.png",
+        "selectedIconPath": "static/images/tabbar/work_.png",
+        "text": "娑堟伅"
+      },
+      {
         "pagePath": "pages/mine",
         "iconPath": "static/images/tabbar/mine.png",
         "selectedIconPath": "static/images/tabbar/mine_.png",

--
Gitblit v1.9.3