菜单优化

This commit is contained in:
aixianling
2021-12-18 16:47:40 +08:00
parent 9d8cd07b8a
commit 5f0769868f
2 changed files with 250 additions and 1 deletions

View File

@@ -4,5 +4,6 @@ export default [
{label: "企业微信配置", name: "AppQyWxConfig"},
{label: "个人中心", name: "AppUserInfo"},
{label: "权限管理", name: "AppRightsManager"},
{label: "账号角色", name: "AppAccountRole"}
{label: "账号角色", name: "AppAccountRole"},
{label: "菜单管理", name: "AppMenuManager"},
].map(e => ({...e, component: require(`../core/apps/${e.name}/${e.name}`)?.default}))