From 6efbb509b876e5e4ec634efa8820bd7b288c2283 Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: Tue, 06 Feb 2024 09:16:37 +0800
Subject: [PATCH] 分组
---
src/layout/menu/index.js | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/layout/menu/index.js b/src/layout/menu/index.js
index 601db7f..c440bd8 100644
--- a/src/layout/menu/index.js
+++ b/src/layout/menu/index.js
@@ -82,6 +82,11 @@
},
{
MenuID: "34",
+ MenuTitle: "平级接收人分组",
+ MenuPath: "/samelevelGroup",
+ },
+ {
+ MenuID: "35",
MenuTitle: "原通讯录",
MenuPath: "/addressBook",
}
@@ -232,6 +237,11 @@
},
{
MenuID: "34",
+ MenuTitle: "平级接收人分组",
+ MenuPath: "/samelevelGroup",
+ },
+ {
+ MenuID: "35",
MenuTitle: "原通讯录",
MenuPath: "/addressBook",
}
--
Gitblit v1.9.2