From c2fd0bf273c19874d7f1a4f6f6a304ac723b42e3 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期一, 22 九月 2025 09:50:48 +0800
Subject: [PATCH] 2025.9.22 扬尘月度简报分解数据产品(基础-现场巡查、中间-月度巡查简报)完成

---
 src/constants/menu.js |   46 +++++++++++++++++++++++++++++++---------------
 1 files changed, 31 insertions(+), 15 deletions(-)

diff --git a/src/constants/menu.js b/src/constants/menu.js
index 87bb58f..136fcc1 100644
--- a/src/constants/menu.js
+++ b/src/constants/menu.js
@@ -48,19 +48,24 @@
     name: '鍩虹鏁版嵁浜у搧',
     children: [
       {
-        path: '/fysp/data-product/ProdScenseInfo',
+        path: '/fysp/data-product/base/home/scene',
         icon: 'Document',
-        name: '鍦烘櫙娓呭崟',
+        name: '鐜板満宸℃煡',
       },
+      // {
+      //   path: '/fysp/data-product/base/ProdMonitorTaskInfo',
+      //   icon: 'Document',
+      //   name: '鐩戠娓呭崟',
+      // },
+      // {
+      //   path: '/fysp/data-product/base/ProdTreatmentDeviceInfo',
+      //   icon: 'Document',
+      //   name: '闃叉不璁惧娓呭崟',
+      // },
       {
-        path: '/fysp/data-product/ProdMonitorTaskInfo',
+        path: '/fysp/data-product/base/PordProblemRecurrence',
         icon: 'Document',
-        name: '鐩戠娓呭崟',
-      },
-      {
-        path: '/fysp/data-product/ProdTreatmentDeviceInfo',
-        icon: 'Document',
-        name: '闃叉不璁惧娓呭崟',
+        name: '闂澶嶅彂娓呭崟',
       },
     ]
   },
@@ -68,6 +73,11 @@
     icon: 'DataAnalysis',
     name: '涓棿鏁版嵁浜у搧',
     children: [
+      {
+        path: '/fysp/data-product/middle/home/inspectionSummary',
+        icon: 'Document',
+        name: '鏈堝害宸℃煡绠�鎶�'
+      },
       {
         path: '/fysp/data-product/profollow',
         icon: 'Document',
@@ -87,7 +97,13 @@
         path: '/fysp/data-product/dailyreport',
         icon: 'Document',
         name: '鏃ユ姤绠$悊'
-      }
+      },
+      {
+        path: '/fysp/data-product/lawenforcelist',
+        icon: 'Document',
+        name: '鑱斿悎鎵ф硶娓呭崟'
+      },
+
     ]
   },
   {
@@ -198,11 +214,11 @@
 ];
 
 const MENU_FYTZ = [
-  {
-    path: '/fytz/ledger',
-    icon: 'Search',
-    name: '鍙拌处瀹℃牳'
-  },
+  // {
+  //   path: 'fytz/ledger',
+  //   icon: 'Search',
+  //   name: '鍙拌处瀹℃牳'
+  // },
   {
     path: '/fytz/notice',
     icon: 'Message',

--
Gitblit v1.9.3