From d081cdaabcb942298f1df374f6a1cd626741098f Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Thu, 08 Jun 2023 14:17:14 +0800
Subject: [PATCH] 新增页面和配置,部分接口对接
---
src/layout/menu/index.js | 15 ++++++++++-----
1 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/src/layout/menu/index.js b/src/layout/menu/index.js
index 6656602..f4df312 100644
--- a/src/layout/menu/index.js
+++ b/src/layout/menu/index.js
@@ -39,17 +39,22 @@
MenuPath: "/torelease",
},
{
- 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