From 4d2f19f93456352ef49c0382227f6c7ecf2c55b4 Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期三, 16 十月 2024 11:04:34 +0800 Subject: [PATCH] 新增推荐问题页面 --- src/api/login/UserMenuData.ts | 33 +++++++++++++++++++++++++++++++++ 1 files changed, 33 insertions(+), 0 deletions(-) diff --git a/src/api/login/UserMenuData.ts b/src/api/login/UserMenuData.ts index 637b1fd..e7550da 100644 --- a/src/api/login/UserMenuData.ts +++ b/src/api/login/UserMenuData.ts @@ -30,6 +30,7 @@ SortCode: 2, Description: '', }, + { Children: [], ID: '1', @@ -41,6 +42,22 @@ Icon: 'ywifont ywicon-shujuguanli', IsIframe: false, IsHide: true, + Weight: 0, + SortCode: 2, + Description: '', + }, + { + Children: [], + ID: '99', + ParentID: '3', + Type: 2, + Name: '绯荤粺鍒嗙粍', + Path: '/sysGroupMgr', + Permission: '', + Icon: 'ywifont ywicon-zhibiao', + IsIframe: false, + OutLink: '', + IsHide: false, Weight: 0, SortCode: 2, Description: '', @@ -141,6 +158,22 @@ SortCode: 2, Description: '', }, + { + Children: [], + ID: '3', + ParentID: '1742436890822447104', + Type: 2, + Name: '鎺ㄨ崘闂', + Path: '/recommendQuestions', + Permission: '', + Icon: 'ywifont ywicon-shoucang2', + IsIframe: false, + OutLink: '', + IsHide: false, + Weight: 0, + SortCode: 2, + Description: '', + }, ], }, { -- Gitblit v1.9.3