增加账号角色管理

This commit is contained in:
aixianling
2021-12-18 11:39:14 +08:00
parent 6f0f5d40b0
commit af0903a979
4 changed files with 579 additions and 0 deletions

View File

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