This commit is contained in:
yanran200730
2021-12-18 14:16:57 +08:00
4 changed files with 578 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}))