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 | 57 ++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 36 insertions(+), 21 deletions(-) diff --git a/src/api/login/UserMenuData.ts b/src/api/login/UserMenuData.ts index e19a5aa..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', @@ -35,33 +35,33 @@ ID: '3', ParentID: '1742436890822447104', Type: 2, - Name: 'SQL-AMIS缂栬緫鍣�', + Name: '椤甸潰绠$悊', Path: '/lowCode/sqlAmis', Permission: '', Icon: 'ywifont ywicon-a-appround15', IsIframe: false, OutLink: '', - IsHide: true, + IsHide: false, Weight: 0, SortCode: 2, Description: '', }, - { - Children: [], - ID: '2', - ParentID: '1742436890822447104', - Type: 2, - Name: 'SQL-AMIS缂栬緫', - Path: '/lowCode/sqlAmis/edit', - Permission: '', - Icon: 'ywifont ywicon-a-appround15', - IsIframe: false, - OutLink: '', - 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: '', + // }, ], }, { @@ -85,7 +85,7 @@ ParentID: '1742436890822447105', Type: 2, Name: '鏁版嵁鍒楄〃', - Path: '/knowledge/graph', + Path: '/graph/graphIndex', Permission: '', Icon: 'ywifont ywicon-a-appround15', IsIframe: false, @@ -100,7 +100,22 @@ ParentID: '1742436890822447105', Type: 2, Name: '鏂囨。璇︽儏', - Path: '/knowledge/graphDetail', + 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, -- Gitblit v1.9.3