From bbc0cbd1d6fd056866ffbbc14f0f44cfe5ab2344 Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期五, 30 八月 2024 13:27:25 +0800
Subject: [PATCH] feat: 新增知识索引路径

---
 src/api/login/UserMenuData.ts |   60 +++++++++++++++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 53 insertions(+), 7 deletions(-)

diff --git a/src/api/login/UserMenuData.ts b/src/api/login/UserMenuData.ts
index 87eb7e4..f8ae5f2 100644
--- a/src/api/login/UserMenuData.ts
+++ b/src/api/login/UserMenuData.ts
@@ -19,7 +19,7 @@
 				ID: '1',
 				ParentID: '1742436890822447104',
 				Type: 2,
-				Name: 'AMIS缂栬緫鍣�',
+				Name: 'AMIS缂栬緫',
 				Path: '/home',
 				Permission: '',
 				Icon: 'ywifont ywicon-a-appround15',
@@ -32,10 +32,10 @@
 			},
 			{
 				Children: [],
-				ID: '2',
+				ID: '3',
 				ParentID: '1742436890822447104',
 				Type: 2,
-				Name: 'SQL-AMIS缂栬緫鍣�',
+				Name: '椤甸潰绠$悊',
 				Path: '/lowCode/sqlAmis',
 				Permission: '',
 				Icon: 'ywifont ywicon-a-appround15',
@@ -46,13 +46,29 @@
 				SortCode: 2,
 				Description: '',
 			},
+			{
+				Children: [],
+				ID: '2',
+				ParentID: '1742436890822447104',
+				Type: 2,
+				Name: 'SQL缂栬緫鍣�',
+				Path: '/lowCode/sqlAmis/edit',
+				Permission: '',
+				Icon: 'ywifont ywicon-a-appround15',
+				IsIframe: false,
+				OutLink: '',
+				IsHide: true,
+				Weight: 0,
+				SortCode: 2,
+				Description: '',
+			},
 		],
 	},
 	{
 		ID: '1742436890822447105',
 		ParentID: '0',
 		Type: 1,
-		Name: '鏁版嵁绠$悊',
+		Name: '鏁版嵁涓績',
 		Path: '',
 		Permission: '',
 		Icon: 'ele-Memo',
@@ -68,8 +84,8 @@
 				ID: '1',
 				ParentID: '1742436890822447105',
 				Type: 2,
-				Name: '鏁版嵁鍒楄〃',
-				Path: '/knowledge/graph',
+				Name: '鏁版嵁绠$悊',
+				Path: '/graph/graphIndex',
 				Permission: '',
 				Icon: 'ywifont ywicon-a-appround15',
 				IsIframe: false,
@@ -84,7 +100,7 @@
 				ParentID: '1742436890822447105',
 				Type: 2,
 				Name: '鏂囨。璇︽儏',
-				Path: '/knowledge/graphDetail',
+				Path: '/graph/graphDetail',
 				Permission: '',
 				Icon: 'ywifont ywicon-a-appround15',
 				IsIframe: false,
@@ -93,6 +109,36 @@
 				SortCode: 2,
 				Description: '',
 			},
+			{
+				Children: [],
+				ID: '1',
+				ParentID: '1742436890822447105',
+				Type: 2,
+				Name: '鏁版嵁瀵煎叆',
+				Path: '/graph/addGraph',
+				Permission: '',
+				Icon: 'ywifont ywicon-a-appround15',
+				IsIframe: false,
+				IsHide: true,
+				Weight: 0,
+				SortCode: 2,
+				Description: '',
+			},
+			{
+				Children: [],
+				ID: '1',
+				ParentID: '1742436890822447105',
+				Type: 2,
+				Name: '鐭ヨ瘑绱㈠紩',
+				Path: '/graph/knowledgeIndex',
+				Permission: '',
+				Icon: 'ywifont ywicon-a-appround15',
+				IsIframe: false,
+				IsHide: false,
+				Weight: 0,
+				SortCode: 2,
+				Description: '',
+			},
 		],
 	},
 ];

--
Gitblit v1.9.3