From d081cdaabcb942298f1df374f6a1cd626741098f Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期四, 08 六月 2023 14:17:14 +0800 Subject: [PATCH] 新增页面和配置,部分接口对接 --- src/layout/menu/index.js | 29 +++++++++++++++++------------ 1 files changed, 17 insertions(+), 12 deletions(-) diff --git a/src/layout/menu/index.js b/src/layout/menu/index.js index dcea7d8..f4df312 100644 --- a/src/layout/menu/index.js +++ b/src/layout/menu/index.js @@ -39,19 +39,24 @@ 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: "/responses", + MenuPath: "/callRecord", }, ], }, @@ -62,12 +67,12 @@ Children: [{ MenuID: "31", MenuTitle: "常规群发", - MenuPath: "/module", + MenuPath: "/massSend", }, { MenuID: "32", MenuTitle: "短信记录", - MenuPath: "/", + MenuPath: "/msgRecord", }, { MenuID: "33", @@ -88,13 +93,13 @@ { MenuID: "42", MenuTitle: "短信平台设置", - MenuPath: "/smssetting", + MenuPath: "/smsSetting", }, - { - MenuID: "43", - MenuTitle: "菜单权限", - MenuPath: "/munu", - }, + // { + // MenuID: "43", + // MenuTitle: "菜单权限", + // MenuPath: "/menu", + // }, ], }, ] -- Gitblit v1.9.2