From 087c18f328014ba60833938d2ebc25e55f6aa118 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 10 二月 2026 11:01:17 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_new' into dev_new

---
 src/pages/index.vue |   27 ++++++++++++++++++++++++++-
 1 files changed, 26 insertions(+), 1 deletions(-)

diff --git a/src/pages/index.vue b/src/pages/index.vue
index 81a0c94..4d2391d 100644
--- a/src/pages/index.vue
+++ b/src/pages/index.vue
@@ -420,6 +420,26 @@
       icon: "/static/images/icon/xunjianshangchuan@2x.png",
       label: "宸℃涓婁紶",
     },
+    // {
+    //   icon: "/static/images/icon/guzhangfenxi@2x.png",
+    //   label: "鍒嗘瀽杩芥函",
+    //   bgColor: "#ff9800",
+    // },
+    // {
+    //   icon: "/static/images/icon/zhinengpaidan@2x.png",
+    //   label: "鏅鸿兘娲惧崟",
+    //   bgColor: "#ff6b35",
+    // },
+    // {
+    //   icon: "/static/images/icon/zuoyezhidao@2x.png",
+    //   label: "浣滀笟鎸囧",
+    //   bgColor: "#4caf50",
+    // },
+    // {
+    //   icon: "/static/images/icon/jieguoyanzheng@2x.png",
+    //   label: "缁撴灉楠岃瘉",
+    //   bgColor: "#9c27b0",
+    // },
   ]);
 
   // 澶勭悊甯哥敤鍔熻兘鐐瑰嚮
@@ -701,7 +721,12 @@
         break;
       case "鎵撳崱绛惧埌":
         uni.navigateTo({
-          url: "/pages/attendance/checkin",
+          url: "/pages/humanResources/attendance/checkin",
+        });
+        break;
+      case "浜哄憳钖祫":
+        uni.navigateTo({
+          url: "/pages/humanResources/monthlyStatistics/index",
         });
         break;
       default:

--
Gitblit v1.9.3