From e2f129ee192ae3469848beeceac262b13ba8eacb Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期三, 14 六月 2023 15:52:11 +0800 Subject: [PATCH] 新增页面和配置,对接口 --- src/layout/menu/index.js | 31 ++++++++++++++++++------------- 1 files changed, 18 insertions(+), 13 deletions(-) diff --git a/src/layout/menu/index.js b/src/layout/menu/index.js index dcea7d8..44cb324 100644 --- a/src/layout/menu/index.js +++ b/src/layout/menu/index.js @@ -36,22 +36,27 @@ 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: "/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