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 | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) diff --git a/src/layout/menu/index.js b/src/layout/menu/index.js index 601db7f..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", } @@ -137,7 +142,7 @@ { MenuID: "13", MenuTitle: "数据统计", - MenuPath: "/audit" + MenuPath: "/dataStatistic" } ], }, @@ -181,7 +186,7 @@ { MenuID: "13", MenuTitle: "数据统计", - MenuPath: "/audit" + MenuPath: "/dataStatistic" } ], }, @@ -232,6 +237,11 @@ }, { MenuID: "34", + MenuTitle: "平级接收人分组", + MenuPath: "/samelevelGroup", + }, + { + MenuID: "35", MenuTitle: "原通讯录", MenuPath: "/addressBook", } -- Gitblit v1.9.2