From 48736e40f235eddab1062bc49629b720fdb1201a Mon Sep 17 00:00:00 2001
From: gerson <1405270578@qq.com>
Date: 星期日, 08 九月 2024 01:34:38 +0800
Subject: [PATCH] 页面发布、修改

---
 src/api/login/UserMenuData.ts |   80 +++++++++++++++++++++++++++++++--------
 1 files changed, 63 insertions(+), 17 deletions(-)

diff --git a/src/api/login/UserMenuData.ts b/src/api/login/UserMenuData.ts
index b871351..f94c477 100644
--- a/src/api/login/UserMenuData.ts
+++ b/src/api/login/UserMenuData.ts
@@ -14,29 +14,14 @@
 		SortCode: 1,
 		Description: '',
 		Children: [
-			{
-				Children: [],
-				ID: '1',
-				ParentID: '1742436890822447104',
-				Type: 2,
-				Name: 'AMIS缂栬緫',
-				Path: '/home',
-				Permission: '',
-				Icon: 'ywifont ywicon-a-appround15',
-				IsIframe: true,
-				OutLink: 'http://101.133.133.173:9096/amis',
-				IsHide: false,
-				Weight: 0,
-				SortCode: 2,
-				Description: '',
-			},
+			
 			{
 				Children: [],
 				ID: '3',
 				ParentID: '1742436890822447104',
 				Type: 2,
 				Name: '椤甸潰绠$悊',
-				Path: '/lowCode/sqlAmis',
+				Path: '/home',
 				Permission: '',
 				Icon: 'ywifont ywicon-a-appround15',
 				IsIframe: false,
@@ -46,6 +31,22 @@
 				SortCode: 2,
 				Description: '',
 			},
+			{
+				Children: [],
+				ID: '1',
+				ParentID: '1742436890822447104',
+				Type: 2,
+				Name: 'AMIS缂栬緫',
+				Path: '/amisEditor',
+				Permission: '',
+				Icon: 'ywifont ywicon-a-appround15',
+				IsIframe: true,
+				OutLink: '/amis-editor/index.html?session={token}#/edit/lowCode&v=23',
+				IsHide: true,
+				Weight: 0,
+				SortCode: 2,
+				Description: '',
+			}
 			// {
 			// 	Children: [],
 			// 	ID: '2',
@@ -154,6 +155,51 @@
 				SortCode: 2,
 				Description: '',
 			},
+			{
+				Children: [],
+				ID: '1',
+				ParentID: '1742436890822447105',
+				Type: 2,
+				Name: '缂栬緫鐭ヨ瘑搴�',
+				Path: '/knowledge/editKnowledge',
+				Permission: '',
+				Icon: 'ywifont ywicon-a-appround15',
+				IsIframe: false,
+				IsHide: true,
+				Weight: 0,
+				SortCode: 2,
+				Description: '',
+			},
+			{
+				Children: [],
+				ID: '1',
+				ParentID: '1742436890822447105',
+				Type: 2,
+				Name: '鏌ョ湅鐭ヨ瘑搴�',
+				Path: '/knowledge/viewKnowledge',
+				Permission: '',
+				Icon: 'ywifont ywicon-a-appround15',
+				IsIframe: false,
+				IsHide: true,
+				Weight: 0,
+				SortCode: 2,
+				Description: '',
+			},
+			{
+				Children: [],
+				ID: '1',
+				ParentID: '1742436890822447105',
+				Type: 2,
+				Name: '鏌ョ湅鏂囦欢',
+				Path: '/knowledge/viewFile',
+				Permission: '',
+				Icon: 'ywifont ywicon-a-appround15',
+				IsIframe: false,
+				IsHide: true,
+				Weight: 0,
+				SortCode: 2,
+				Description: '',
+			},
 		],
 	},
 ];

--
Gitblit v1.9.3