From 03080e12de7de3fec89b2f77fcf9f73c02bc6cf0 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期三, 30 十月 2024 14:33:12 +0800 Subject: [PATCH] 获取相似问题,group_type --- src/api/menu/menuData.ts | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/src/api/menu/menuData.ts b/src/api/menu/menuData.ts index af4d3ae..66becb6 100644 --- a/src/api/menu/menuData.ts +++ b/src/api/menu/menuData.ts @@ -79,4 +79,20 @@ SortCode: 5, Description: '', }, -]; + { + Children: [], + ID: '1', + ParentID: '0', + Type: 2, + Name: '搴旂敤鍦烘櫙', + Path: '/AllScenario', + Permission: '', + Icon: '', + IsIframe: false, + OutLink: '', + IsHide: true, + Weight: 0, + SortCode: 5, + Description: '', + }, +]; \ No newline at end of file -- Gitblit v1.9.3