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 |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/src/api/login/UserMenuData.ts b/src/api/login/UserMenuData.ts
index 78109c9..2eecf0c 100644
--- a/src/api/login/UserMenuData.ts
+++ b/src/api/login/UserMenuData.ts
@@ -32,6 +32,22 @@
 			},
 			{
 				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,

--
Gitblit v1.9.3