From daa4b6c11281722578fa4e03ad690401d7c0ea4d Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期一, 05 六月 2023 17:24:57 +0800 Subject: [PATCH] 新增页面和配置 --- src/layout/menu/index.js | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/layout/menu/index.js b/src/layout/menu/index.js index dcea7d8..6656602 100644 --- a/src/layout/menu/index.js +++ b/src/layout/menu/index.js @@ -51,7 +51,7 @@ { MenuID: "23", MenuTitle: "叫应记录", - MenuPath: "/responses", + MenuPath: "/callRecord", }, ], }, @@ -67,7 +67,7 @@ { MenuID: "32", MenuTitle: "短信记录", - MenuPath: "/", + MenuPath: "/msgRecord", }, { MenuID: "33", @@ -90,11 +90,11 @@ MenuTitle: "短信平台设置", MenuPath: "/smssetting", }, - { - MenuID: "43", - MenuTitle: "菜单权限", - MenuPath: "/munu", - }, + // { + // MenuID: "43", + // MenuTitle: "菜单权限", + // MenuPath: "/menu", + // }, ], }, ] -- Gitblit v1.9.2