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 | 170 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 162 insertions(+), 8 deletions(-) diff --git a/src/api/login/UserMenuData.ts b/src/api/login/UserMenuData.ts index e4c8976..f94c477 100644 --- a/src/api/login/UserMenuData.ts +++ b/src/api/login/UserMenuData.ts @@ -14,17 +14,18 @@ SortCode: 1, Description: '', Children: [ + { Children: [], - ID: '1', + ID: '3', ParentID: '1742436890822447104', Type: 2, - Name: 'AMIS缂栬緫鍣�', + Name: '椤甸潰绠$悊', Path: '/home', Permission: '', Icon: 'ywifont ywicon-a-appround15', - IsIframe: true, - OutLink: 'http://101.133.133.173:8021/', + IsIframe: false, + OutLink: '', IsHide: false, Weight: 0, SortCode: 2, @@ -32,20 +33,173 @@ }, { Children: [], - ID: '2', + ID: '1', ParentID: '1742436890822447104', Type: 2, - Name: 'SQL-AMIS缂栬緫鍣�', - Path: '/lowCode/sqlAmis', + 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', + // 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: '鏁版嵁涓績', + Path: '', + Permission: '', + Icon: 'ele-Memo', + IsIframe: false, + OutLink: '', + IsHide: false, + Weight: 0, + SortCode: 1, + Description: '', + Children: [ + { + Children: [], + ID: '1', + ParentID: '1742436890822447105', + Type: 2, + Name: '鏁版嵁绠$悊', + Path: '/graph/graphIndex', Permission: '', Icon: 'ywifont ywicon-a-appround15', IsIframe: false, - OutLink: '', IsHide: false, Weight: 0, SortCode: 2, Description: '', }, + { + Children: [], + ID: '1', + ParentID: '1742436890822447105', + Type: 2, + Name: '鏂囨。璇︽儏', + Path: '/graph/graphDetail', + 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/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: '/knowledge/knowledgeIndex', + Permission: '', + Icon: 'ywifont ywicon-a-appround15', + IsIframe: false, + IsHide: false, + Weight: 0, + SortCode: 2, + Description: '', + }, + { + Children: [], + ID: '1', + ParentID: '1742436890822447105', + Type: 2, + Name: '鍒涘缓鐭ヨ瘑搴�', + Path: '/knowledge/addKnowledge', + 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/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