From 2f8efde07d3ecba6065635874126360b3ea82fd1 Mon Sep 17 00:00:00 2001
From: hcong <1050828145@qq.com>
Date: 星期四, 21 十一月 2024 13:43:43 +0800
Subject: [PATCH] 1. 添加echart的依赖、对应工具类 2. 添加基础产品以及对应菜单

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

diff --git a/src/constants/menu.js b/src/constants/menu.js
index 9f44cb9..87bb58f 100644
--- a/src/constants/menu.js
+++ b/src/constants/menu.js
@@ -25,7 +25,7 @@
   {
     path: '/fysp/procheck',
     icon: 'CircleCheck',
-    name: '闂瀹℃牳'
+    name: '闂鏁存敼'
   },
   {
     icon: 'List',
@@ -41,6 +41,27 @@
         icon: 'Files',
         name: '鍦烘櫙淇℃伅'
       }
+    ]
+  },
+  {
+    icon: 'DataAnalysis',
+    name: '鍩虹鏁版嵁浜у搧',
+    children: [
+      {
+        path: '/fysp/data-product/ProdScenseInfo',
+        icon: 'Document',
+        name: '鍦烘櫙娓呭崟',
+      },
+      {
+        path: '/fysp/data-product/ProdMonitorTaskInfo',
+        icon: 'Document',
+        name: '鐩戠娓呭崟',
+      },
+      {
+        path: '/fysp/data-product/ProdTreatmentDeviceInfo',
+        icon: 'Document',
+        name: '闃叉不璁惧娓呭崟',
+      },
     ]
   },
   {
@@ -76,7 +97,7 @@
       {
         path: '/fysp/data-product/scenereport',
         icon: 'Document',
-        name: '鍦烘櫙鎶ュ憡'
+        name: '鍦烘櫙鍒嗘瀽鎶ュ憡'
       }
     ]
   },

--
Gitblit v1.9.3