From e95ca9ef89c79fbff8f0d1394311f5f18d653cdd Mon Sep 17 00:00:00 2001
From: hcong <1050828145@qq.com>
Date: 星期五, 18 十月 2024 16:49:49 +0800
Subject: [PATCH] 动态表头

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

diff --git a/src/constants/menu.js b/src/constants/menu.js
index afb67dd..afc82bb 100644
--- a/src/constants/menu.js
+++ b/src/constants/menu.js
@@ -19,6 +19,53 @@
     icon: 'CircleCheck',
     name: '闂瀹℃牳'
   },
+  {
+    icon: 'List',
+    name: '浠诲姟绠$悊',
+    children: [
+      {
+        path: '/fysp/task/manage',
+        icon: 'CircleCheck',
+        name: '鐩戠浠诲姟',
+      },
+      {
+        path: '/fysp/sceneInfo',
+        icon: 'Files',
+        name: '鍦烘櫙淇℃伅',
+      },
+    ],
+  },
+  {
+    icon: 'DataAnalysis',
+    name: '鏁版嵁浜у搧',
+    children: [
+      {
+        path: '/fysp/data-product/profollow',
+        icon: 'Document',
+        name: '闂鍔ㄦ�佽窡韪�',
+      },
+      {
+        path: '/fysp/data-product/proanalysis',
+        icon: 'Document',
+        name: '闂鏁存敼鍒嗘瀽',
+      },
+      {
+        path: '/fysp/data-product/standardjudge',
+        icon: 'Document',
+        name: '瑙勮寖鎬ц瘎浼�',
+      },
+      {
+        path: '/fysp/data-product/dailyreport',
+        icon: 'Document',
+        name: '鏃ユ姤绠$悊',
+      },
+      {
+        path: '/fysp/data-product/scenereport',
+        icon: 'Document',
+        name: '鍦烘櫙鎶ュ憡',
+      },
+    ],
+  },
   // {
   //   path: '/changecheck',
   //   icon: 'Search',
@@ -34,14 +81,24 @@
     name: '鑷姩璇勪及',
     children: [
       {
-        path: '/fysp/evaluation/datasource',
+        path: '/fysp/evaluation/evalutationTask',
         icon: 'MessageBox',
         name: '璇勪及浠诲姟',
       },
       {
-        path: '/fysp/evaluation/resultManage',
+        path: '/fysp/evaluation/evalutationRecord',
         icon: 'Tickets',
         name: '璇勪及璁板綍',
+      },
+      {
+        path: '/fysp/evaluation/evalutationRecordRank',
+        icon: 'Tickets',
+        name: '璇勪及鎺掑悕',
+      },
+      {
+        path: '/fysp/evaluation/evalutationRecordEdit',
+        icon: 'Tickets',
+        name: '璇勫垎璋冩暣',
       },
     ],
   },
@@ -54,8 +111,24 @@
         icon: 'List',
         name: '鐩戠闂',
       },
+      {
+        path: '/fysp/config/deviceMatch',
+        icon: 'List',
+        name: '璁惧鍖归厤',
+      },
+      {
+        //璇勪及瑙勫垯绠$悊
+        path: '/fysp/config/evalutationRule',
+        icon: 'List',
+        name: '璇勪及瑙勫垯',
+      },
     ],
   },
+  {
+    path: '/fysp/support',
+    icon: 'Files',
+    name: '瀵瑰鏀寔'
+  },
 
   // {
   //   icon: 'Search',

--
Gitblit v1.9.3