From b330e57051e54789eb83d10dc58c4d9d10c608e1 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期三, 17 九月 2025 09:55:19 +0800
Subject: [PATCH] 2025.9.17 数据产品模块(待完成)

---
 src/constants/menu.js |   36 ++++++++++++++++++++++++++++++++++--
 1 files changed, 34 insertions(+), 2 deletions(-)

diff --git a/src/constants/menu.js b/src/constants/menu.js
index 39cafb0..767b029 100644
--- a/src/constants/menu.js
+++ b/src/constants/menu.js
@@ -45,6 +45,32 @@
   },
   {
     icon: 'DataAnalysis',
+    name: '鍩虹鏁版嵁浜у搧',
+    children: [
+      {
+        path: '/fysp/data-product/base/home/scene',
+        icon: 'Document',
+        name: '鐜板満宸℃煡',
+      },
+      // {
+      //   path: '/fysp/data-product/base/ProdMonitorTaskInfo',
+      //   icon: 'Document',
+      //   name: '鐩戠娓呭崟',
+      // },
+      // {
+      //   path: '/fysp/data-product/base/ProdTreatmentDeviceInfo',
+      //   icon: 'Document',
+      //   name: '闃叉不璁惧娓呭崟',
+      // },
+      {
+        path: '/fysp/data-product/base/PordProblemRecurrence',
+        icon: 'Document',
+        name: '闂澶嶅彂娓呭崟',
+      },
+    ]
+  },
+  {
+    icon: 'DataAnalysis',
     name: '涓棿鏁版嵁浜у搧',
     children: [
       {
@@ -66,7 +92,13 @@
         path: '/fysp/data-product/dailyreport',
         icon: 'Document',
         name: '鏃ユ姤绠$悊'
-      }
+      },
+      {
+        path: '/fysp/data-product/lawenforcelist',
+        icon: 'Document',
+        name: '鑱斿悎鎵ф硶娓呭崟'
+      },
+
     ]
   },
   {
@@ -178,7 +210,7 @@
 
 const MENU_FYTZ = [
   // {
-  //   path: '/fytz/ledger',
+  //   path: 'fytz/ledger',
   //   icon: 'Search',
   //   name: '鍙拌处瀹℃牳'
   // },

--
Gitblit v1.9.3