From d12e110b3d95298172a4ca3d1123638b67b835c6 Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期一, 11 十一月 2024 16:32:53 +0800 Subject: [PATCH] 新增部门管理 --- src/api/login/UserMenuData.ts | 64 +++++++++++++++++++++++-------- 1 files changed, 47 insertions(+), 17 deletions(-) diff --git a/src/api/login/UserMenuData.ts b/src/api/login/UserMenuData.ts index 63018fa..ae37c1b 100644 --- a/src/api/login/UserMenuData.ts +++ b/src/api/login/UserMenuData.ts @@ -30,7 +30,22 @@ SortCode: 2, Description: '', }, - + { + Children: [], + ID: '1', + ParentID: '3', + Type: 2, + Name: '鎸囨爣鍥捐氨', + Path: '/agent/graph', + Permission: '', + Icon: 'ywifont ywicon-zhibiao', + IsIframe: false, + OutLink: '', + IsHide: true, + Weight: 0, + SortCode: 2, + Description: '', + }, { Children: [], ID: '1', @@ -345,22 +360,22 @@ SortCode: 2, Description: '', }, - // { - // Children: [], - // ID: '333-2', - // ParentID: '3', - // Type: 2, - // Name: '瀵硅瘽鏃ュ織', - // Path: '/chatLog', - // Permission: '', - // Icon: 'ywifont ywicon-wendang', - // IsIframe: false, - // OutLink: '', - // IsHide: false, - // Weight: 0, - // SortCode: 2, - // Description: '', - // }, + { + Children: [], + ID: '333-2', + ParentID: '3', + Type: 2, + Name: '瀵硅瘽鏃ュ織', + Path: '/chatLog', + Permission: '', + Icon: 'ywifont ywicon-wendang', + IsIframe: false, + OutLink: '', + IsHide: false, + Weight: 0, + SortCode: 2, + Description: '', + }, ], }, { @@ -411,6 +426,21 @@ { Children: [], ID: '333-3', + ParentID: '1742436890822447205', + Type: 2, + Name: '閮ㄩ棬绠$悊', + Path: '/authCenter/departmentMgr', + Permission: '', + Icon: 'ywifont ywicon-jiegou', + IsIframe: false, + IsHide: false, + Weight: 0, + SortCode: 2, + Description: '', + }, + { + Children: [], + ID: '333-4', ParentID: '1742436890822447105', Type: 2, Name: '鎿嶄綔鏃ュ織', -- Gitblit v1.9.3