From 7cf85ad3023d84ac6f80cb535f629f37703bd5d6 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期二, 23 四月 2024 10:36:42 +0800
Subject: [PATCH] 添加数据统计

---
 src/layout/menu/index.js |   23 +++++++++++++++++++----
 1 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/src/layout/menu/index.js b/src/layout/menu/index.js
index 558103d..3ee28c2 100644
--- a/src/layout/menu/index.js
+++ b/src/layout/menu/index.js
@@ -26,7 +26,7 @@
 			{
 				MenuID: "13",
 				MenuTitle: "数据统计",
-				MenuPath: "/audit"
+				MenuPath: "/dataStatistic"
 			}
 		],
 	},
@@ -82,6 +82,11 @@
 				},
 				{
 					MenuID: "34",
+					MenuTitle: "平级接收人分组",
+					MenuPath: "/samelevelGroup",
+				},
+				{
+					MenuID: "35",
 					MenuTitle: "原通讯录",
 					MenuPath: "/addressBook",
 				}
@@ -106,6 +111,11 @@
 					MenuID: "42",
 					MenuTitle: "短信平台设置",
 					MenuPath: "/smsSetting",
+				},
+				{
+					MenuID: "44",
+					MenuTitle: "App版本控制",
+					MenuPath: "/appfile",
 				},
 				// {
 				// 	MenuID: "43",
@@ -132,7 +142,7 @@
 			{
 				MenuID: "13",
 				MenuTitle: "数据统计",
-				MenuPath: "/audit"
+				MenuPath: "/dataStatistic"
 			}
 		],
 	},
@@ -176,7 +186,7 @@
 			{
 				MenuID: "13",
 				MenuTitle: "数据统计",
-				MenuPath: "/audit"
+				MenuPath: "/dataStatistic"
 			}
 		],
 	},
@@ -227,6 +237,11 @@
 				},
 				{
 					MenuID: "34",
+					MenuTitle: "平级接收人分组",
+					MenuPath: "/samelevelGroup",
+				},
+				{
+					MenuID: "35",
 					MenuTitle: "原通讯录",
 					MenuPath: "/addressBook",
 				}
@@ -262,4 +277,4 @@
 	]
 }
 
-export default menu;
\ No newline at end of file
+export default menu;

--
Gitblit v1.9.2