From a309b65e80f3f21b5ab7c182acb9764f47c677f1 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期五, 07 六月 2024 15:48:11 +0800 Subject: [PATCH] 登录key --- src/layout/menu/index.js | 81 +++++++++++++++++++++++++++++++++++++--- 1 files changed, 75 insertions(+), 6 deletions(-) diff --git a/src/layout/menu/index.js b/src/layout/menu/index.js index 601db7f..604b631 100644 --- a/src/layout/menu/index.js +++ b/src/layout/menu/index.js @@ -26,7 +26,7 @@ { MenuID: "13", MenuTitle: "数据统计", - MenuPath: "/audit" + MenuPath: "/dataStatistic" } ], }, @@ -77,13 +77,34 @@ }, { MenuID: "33", - MenuTitle: "平级接收人管理", + MenuTitle: "(旧)平级接收人管理", MenuPath: "/samelevel", }, { MenuID: "34", + MenuTitle: "(旧)平级接收人分组", + MenuPath: "/samelevelGroup", + }, + { + MenuID: "35", MenuTitle: "原通讯录", MenuPath: "/addressBook", + } + ], + }, + { + MenuTitle: "通讯录管理", + Icon: "book", + MenuID: "5", + Children: [{ + MenuID: "51", + MenuTitle: "责任人管理", + MenuPath: "/contactors", + }, + { + MenuID: "52", + MenuTitle: "组织架构维护", + MenuPath: "/structure", } ], }, @@ -137,7 +158,7 @@ { MenuID: "13", MenuTitle: "数据统计", - MenuPath: "/audit" + MenuPath: "/dataStatistic" } ], }, @@ -152,7 +173,34 @@ MenuPath: "/msgReview", }, ], - } + }, + { + MenuTitle: "短信管理", + Icon: "message", + MenuID: "3", + Children: [{ + MenuID: "31", + MenuTitle: "常规群发", + MenuPath: "/massSend", + } + ], + }, + { + MenuTitle: "通讯录管理", + Icon: "book", + MenuID: "5", + Children: [{ + MenuID: "51", + MenuTitle: "责任人管理", + MenuPath: "/contactors", + }, + { + MenuID: "52", + MenuTitle: "组织架构维护", + MenuPath: "/structure", + } + ], + }, ], workerMenu: [{ MenuTitle: "首页", @@ -181,7 +229,7 @@ { MenuID: "13", MenuTitle: "数据统计", - MenuPath: "/audit" + MenuPath: "/dataStatistic" } ], }, @@ -227,17 +275,38 @@ }, { MenuID: "33", - MenuTitle: "平级接收人管理", + MenuTitle: "(旧)平级接收人管理", MenuPath: "/samelevel", }, { MenuID: "34", + MenuTitle: "(旧)平级接收人分组", + MenuPath: "/samelevelGroup", + }, + { + MenuID: "35", MenuTitle: "原通讯录", MenuPath: "/addressBook", } ], }, { + MenuTitle: "通讯录管理", + Icon: "book", + MenuID: "5", + Children: [{ + MenuID: "51", + MenuTitle: "责任人管理", + MenuPath: "/contactors", + }, + { + MenuID: "52", + MenuTitle: "组织架构维护", + MenuPath: "/structure", + } + ], + }, + { MenuTitle: "设置", Icon: "setting", MenuID: "4", -- Gitblit v1.9.2