From 5eadfbb64d2f288b92ec1f22cfef6f096b4b9a9e Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 06 二月 2026 14:24:11 +0800
Subject: [PATCH] Merge branch 'dev_new' of http://114.132.189.42:9002/r/product-inventory-APP-before into dev_new

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

diff --git a/src/pages/index.vue b/src/pages/index.vue
index 36c285a..7f0408c 100644
--- a/src/pages/index.vue
+++ b/src/pages/index.vue
@@ -327,6 +327,14 @@
       icon: "/static/images/icon/guzhangfenxi@2x.png",
       label: "搴旀�ラ妗�",
     },
+    {
+      icon: "/static/images/icon/guzhangfenxi@2x.png",
+      label: "浜嬫晠涓婃姤",
+    },
+    {
+      icon: "/static/images/icon/guzhangfenxi@2x.png",
+      label: "瀹夊叏鍩硅",
+    },
   ]);
   // 鍗忓悓鍔炲叕鍔熻兘鏁版嵁
   const collaborationItems = reactive([
@@ -715,6 +723,17 @@
           url: "/pages/safeProduction/emergencyPlanReview/index",
         });
         break;
+      case "浜嬫晠涓婃姤":
+        uni.navigateTo({
+          url: "/pages/safeProduction/accidentReportingRecord/index",
+        });
+        break;
+      case "瀹夊叏鍩硅":
+        uni.navigateTo({
+          url: "/pages/safeProduction/safetyTrainingAssessment/index",
+        });
+        break;
+
       default:
         uni.showToast({
           title: `鐐瑰嚮浜�${item.label}`,

--
Gitblit v1.9.3