update:删除原先获取角色权限得代码
This commit is contained in:
@@ -169,7 +169,7 @@ namespace Ewide.Core.Service
|
||||
loginOutput.Permissions = await _sysMenuService.GetLoginPermissionList(userId);
|
||||
|
||||
// 数据范围信息(机构Id集合)
|
||||
loginOutput.DataScopes = await _sysUserService.GetUserDataScopeIdList(userId);
|
||||
loginOutput.DataScopes = await _userManager.GetUserAllDataScopeList();
|
||||
|
||||
// 具备应用信息(多系统,默认激活一个,可根据系统切换菜单),返回的结果中第一个为激活的系统
|
||||
loginOutput.Apps = await _sysAppService.GetLoginApps(userId);
|
||||
|
||||
Reference in New Issue
Block a user