增加账号角色管理
This commit is contained in:
		| @@ -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})) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user