From 7cd99337a98b10807bd387255121a8b29dbb1f4a Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期五, 30 八月 2024 14:07:34 +0800 Subject: [PATCH] 页面管理对接接口 --- src/api/login/UserMenuData.ts | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 51 insertions(+), 5 deletions(-) diff --git a/src/api/login/UserMenuData.ts b/src/api/login/UserMenuData.ts index 08bf401..0c04009 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,6 +46,22 @@ 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: '', + // }, ], }, { @@ -69,15 +85,45 @@ ParentID: '1742436890822447105', Type: 2, Name: '鏁版嵁鍒楄〃', - Path: '/knowledge/graph', + Path: '/graph/graphIndex', Permission: '', Icon: 'ywifont ywicon-a-appround15', - IsIframe: true, + IsIframe: false, 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: '', + }, ], }, ]; -- Gitblit v1.9.3