这是基于vue-vben-admin 模板适用于abp Vnext的前端管理项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
cKey c4f0d34515 upgrade abp framework 4.2.1 5 years ago
..
LINGYUN/Abp/PermissionManagement/Identity Split separate solutions 5 years ago
LINGYUN.Abp.PermissionManagement.Domain.Identity.csproj upgrade abp framework 4.2.1 5 years ago
README.md Resolve performance issues when querying permissions 5 years ago

README.md

LINGYUN.Abp.PermissionManagement.Domain.Identity

重写 LINGYUN.Abp.PermissionManagement.Domain

当查询用户权限时,先获取用户角色组权限

注意

此模块已经引用 Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule 无需再次引用

配置使用

[DependsOn(typeof(LINGYUN.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule))]
public class YouProjectModule : AbpModule
{
  // other
}