From 7cf85ad3023d84ac6f80cb535f629f37703bd5d6 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Tue, 23 Apr 2024 10:36:42 +0800
Subject: [PATCH] 添加数据统计
---
src/layout/menu/index.js | 59 +++++++++++++++++++++++++++++++++++++++++++----------------
1 files changed, 43 insertions(+), 16 deletions(-)
diff --git a/src/layout/menu/index.js b/src/layout/menu/index.js
index 5d1f033..3ee28c2 100644
--- a/src/layout/menu/index.js
+++ b/src/layout/menu/index.js
@@ -20,13 +20,13 @@
},
{
MenuID: "14",
- MenuTitle: "我发布的",
+ MenuTitle: "本级发出",
MenuPath: "/release"
},
{
MenuID: "13",
MenuTitle: "数据统计",
- MenuPath: "/audit"
+ MenuPath: "/dataStatistic"
}
],
},
@@ -82,6 +82,11 @@
},
{
MenuID: "34",
+ MenuTitle: "平级接收人分组",
+ MenuPath: "/samelevelGroup",
+ },
+ {
+ MenuID: "35",
MenuTitle: "原通讯录",
MenuPath: "/addressBook",
}
@@ -91,15 +96,26 @@
MenuTitle: "设置",
Icon: "setting",
MenuID: "4",
- Children: [{
- MenuID: "41",
- MenuTitle: "用户管理",
- MenuPath: "/user",
- },
+ Children: [
+ {
+ MenuID: "43",
+ MenuTitle: "响应措施管理",
+ MenuPath: "/reactionManage",
+ },
+ {
+ MenuID: "41",
+ MenuTitle: "用户管理",
+ MenuPath: "/user",
+ },
{
MenuID: "42",
MenuTitle: "短信平台设置",
MenuPath: "/smsSetting",
+ },
+ {
+ MenuID: "44",
+ MenuTitle: "App版本控制",
+ MenuPath: "/appfile",
},
// {
// MenuID: "43",
@@ -126,7 +142,7 @@
{
MenuID: "13",
MenuTitle: "数据统计",
- MenuPath: "/audit"
+ MenuPath: "/dataStatistic"
}
],
},
@@ -164,13 +180,13 @@
},
{
MenuID: "14",
- MenuTitle: "我发布的",
+ MenuTitle: "本级发出",
MenuPath: "/release"
},
{
MenuID: "13",
MenuTitle: "数据统计",
- MenuPath: "/audit"
+ MenuPath: "/dataStatistic"
}
],
},
@@ -221,6 +237,11 @@
},
{
MenuID: "34",
+ MenuTitle: "平级接收人分组",
+ MenuPath: "/samelevelGroup",
+ },
+ {
+ MenuID: "35",
MenuTitle: "原通讯录",
MenuPath: "/addressBook",
}
@@ -230,11 +251,17 @@
MenuTitle: "设置",
Icon: "setting",
MenuID: "4",
- Children: [{
- MenuID: "41",
- MenuTitle: "用户管理",
- MenuPath: "/user",
- },
+ Children: [
+ {
+ MenuID: "43",
+ MenuTitle: "响应措施管理",
+ MenuPath: "/reactionManage",
+ },
+ {
+ MenuID: "41",
+ MenuTitle: "用户管理",
+ MenuPath: "/user",
+ },
{
MenuID: "42",
MenuTitle: "短信平台设置",
@@ -250,4 +277,4 @@
]
}
-export default menu;
\ No newline at end of file
+export default menu;
--
Gitblit v1.9.2