From 98f2147789fadc058adcef82f042fad98dcbee57 Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期二, 05 十一月 2024 10:32:29 +0800
Subject: [PATCH] Merge branch 'test' of http://47.103.154.90:83/r/WI/Web.V1.0 into test

---
 src/api/menu/menuData.ts |   20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/src/api/menu/menuData.ts b/src/api/menu/menuData.ts
index 4a39973..66becb6 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',
@@ -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