From 1384c9745d48b0154ad325bd48bd622db2e5c6dd Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期一, 23 九月 2024 13:18:44 +0800
Subject: [PATCH] 指标管理;指标执行器

---
 src/api/login/UserMenuData.ts |  140 ++++++++++++++++++++++++++++------------------
 1 files changed, 85 insertions(+), 55 deletions(-)

diff --git a/src/api/login/UserMenuData.ts b/src/api/login/UserMenuData.ts
index f6315bc..2eecf0c 100644
--- a/src/api/login/UserMenuData.ts
+++ b/src/api/login/UserMenuData.ts
@@ -3,7 +3,7 @@
 		ID: '1742436890822447104',
 		ParentID: '0',
 		Type: 1,
-		Name: '浣庝唬鐮�',
+		Name: '鎰忓悜绠$悊',
 		Path: '',
 		Permission: '',
 		Icon: 'ele-Compass',
@@ -16,10 +16,10 @@
 		Children: [
 			{
 				Children: [],
-				ID: '3',
-				ParentID: '1742436890822447104',
+				ID: '1',
+				ParentID: '3',
 				Type: 2,
-				Name: '椤甸潰绠$悊',
+				Name: '鎸囨爣绠$悊',
 				Path: '/home',
 				Permission: '',
 				Icon: 'ele-Memo',
@@ -33,6 +33,86 @@
 			{
 				Children: [],
 				ID: '1',
+				ParentID: '3',
+				Type: 2,
+				Name: '鎸囨爣鎵ц鍣�',
+				Path: '/metricAgent',
+				Permission: '',
+				Icon: 'ele-Memo',
+				IsIframe: false,
+				OutLink: '',
+				IsHide: false,
+				Weight: 0,
+				SortCode: 2,
+				Description: '',
+			},
+			{
+				Children: [],
+				ID: '5',
+				ParentID: '3',
+				Type: 2,
+				Name: '鏁版嵁婧愮鐞�',
+				Path: '/dataSourceMgr',
+				Permission: '',
+				Icon: 'ele-Memo',
+				IsIframe: false,
+				OutLink: '',
+				IsHide: false,
+				Weight: 0,
+				SortCode: 2,
+				Description: '',
+			},
+			{
+				Children: [],
+				ID: '6',
+				ParentID: '3',
+				Type: 2,
+				Name: '缁村害绠$悊',
+				Path: '/dimensionMgr',
+				Permission: '',
+				Icon: 'ele-Memo',
+				IsIframe: false,
+				OutLink: '',
+				IsHide: false,
+				Weight: 0,
+				SortCode: 2,
+				Description: '',
+			},
+			{
+				Children: [],
+				ID: '2',
+				ParentID: '3',
+				Type: 2,
+				Name: '鎰忓悜鎻愮ず',
+				Path: '/supervisorPrompt',
+				Permission: '',
+				Icon: 'ele-Memo',
+				IsIframe: false,
+				OutLink: '',
+				IsHide: false,
+				Weight: 0,
+				SortCode: 2,
+				Description: '',
+			},
+			{
+				Children: [],
+				ID: '3',
+				ParentID: '1742436890822447104',
+				Type: 2,
+				Name: '椤甸潰绠$悊',
+				Path: '/pageMgr',
+				Permission: '',
+				Icon: 'ele-Memo',
+				IsIframe: false,
+				OutLink: '',
+				IsHide: false,
+				Weight: 0,
+				SortCode: 2,
+				Description: '',
+			},
+			{
+				Children: [],
+				ID: '4',
 				ParentID: '1742436890822447104',
 				Type: 2,
 				Name: 'AMIS缂栬緫',
@@ -40,7 +120,7 @@
 				Permission: '',
 				Icon: 'ywifont ywicon-a-appround15',
 				IsIframe: true,
-				OutLink: '/amis-editor/index.html?session={token}#/edit/lowCode&v=333',
+				OutLink: '/amis-editor/index.html?session={token}#/edit/lowCode&v=332',
 				IsHide: true,
 				Weight: 0,
 				SortCode: 2,
@@ -198,56 +278,6 @@
 				SortCode: 2,
 				Description: '',
 			},
-		],
-	},
-	{
-		ID: '3',
-		ParentID: '0',
-		Type: 1,
-		Name: '鎰忓悜绠$悊',
-		Path: '',
-		Permission: '',
-		Icon: 'ele-Compass',
-		IsIframe: false,
-		OutLink: '',
-		IsHide: false,
-		Weight: 0,
-		SortCode: 1,
-		Description: '',
-		Children: [
-			{
-				Children: [],
-				ID: '1',
-				ParentID: '3',
-				Type: 2,
-				Name: '鎸囨爣绠$悊',
-				Path: '/metricMgr',
-				Permission: '',
-				Icon: 'ele-Memo',
-				IsIframe: false,
-				OutLink: '',
-				IsHide: false,
-				Weight: 0,
-				SortCode: 2,
-				Description: '',
-			},
-			{
-				Children: [],
-				ID: '2',
-				ParentID: '3',
-				Type: 2,
-				Name: '鎰忓悜鎻愮ず',
-				Path: '/supervisorPrompt',
-				Permission: '',
-				Icon: 'ele-Memo',
-				IsIframe: false,
-				OutLink: '',
-				IsHide: false,
-				Weight: 0,
-				SortCode: 2,
-				Description: '',
-			},
-		
 		],
 	},
 ];

--
Gitblit v1.9.3