From 528808bd175d8262b19098df9e82fa0c8999715a Mon Sep 17 00:00:00 2001 From: yangyin <18723093654@163.com> Date: 星期二, 03 十二月 2024 10:58:22 +0800 Subject: [PATCH] 新增我的信息 --- src/api/menu/menuData.ts | 38 +++++++++++++++++++++++++++++++++++--- 1 files changed, 35 insertions(+), 3 deletions(-) diff --git a/src/api/menu/menuData.ts b/src/api/menu/menuData.ts index 4a39973..dcf099f 100644 --- a/src/api/menu/menuData.ts +++ b/src/api/menu/menuData.ts @@ -1,4 +1,4 @@ -export const MenuData = [ +export const menuData = [ { Children: [], ID: '1805430930840621056', @@ -6,6 +6,22 @@ Type: 2, Name: '棣栭〉', Path: '/home', + Permission: '', + Icon: 'ywicon icon-a-appround15', + IsIframe: false, + OutLink: '', + IsHide: false, + Weight: 0, + SortCode: 1, + Description: '', + }, + { + Children: [], + ID: '1805430930840621056', + ParentID: '0', + Type: 2, + Name: '鍒嗕韩椤�', + Path: '/share', Permission: '', Icon: 'ywicon icon-a-appround15', IsIframe: false, @@ -36,7 +52,7 @@ ID: '1806237582070255616', ParentID: '0', Type: 2, - Name: '鑱婂ぉ瀹�', + Name: '', Path: '/ask_answer', Permission: '', Icon: '', @@ -79,4 +95,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