From e2f129ee192ae3469848beeceac262b13ba8eacb Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Wed, 14 Jun 2023 15:52:11 +0800
Subject: [PATCH] 新增页面和配置,对接口
---
src/layout/menu/index.js | 17 +++++++++++------
1 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/src/layout/menu/index.js b/src/layout/menu/index.js
index 6656602..44cb324 100644
--- a/src/layout/menu/index.js
+++ b/src/layout/menu/index.js
@@ -36,20 +36,25 @@
Children: [{
MenuID: "21",
MenuTitle: "信息编辑",
- MenuPath: "/torelease",
+ MenuPath: "/notice",
},
{
- MenuID: "24",
+ MenuID: "22",
+ MenuTitle: "信息审核",
+ MenuPath: "/msgReview",
+ },
+ {
+ MenuID: "23",
MenuTitle: "信息发布",
MenuPath: "/report",
},
{
- MenuID: "22",
+ MenuID: "24",
MenuTitle: "历史信息",
MenuPath: "/history",
},
{
- MenuID: "23",
+ MenuID: "25",
MenuTitle: "叫应记录",
MenuPath: "/callRecord",
},
@@ -62,7 +67,7 @@
Children: [{
MenuID: "31",
MenuTitle: "常规群发",
- MenuPath: "/module",
+ MenuPath: "/massSend",
},
{
MenuID: "32",
@@ -88,7 +93,7 @@
{
MenuID: "42",
MenuTitle: "短信平台设置",
- MenuPath: "/smssetting",
+ MenuPath: "/smsSetting",
},
// {
// MenuID: "43",
--
Gitblit v1.9.2