优化登录权限从缓存中读取不存入jwt中
This commit is contained in:
@@ -24,7 +24,7 @@ namespace ZR.Model.System
|
||||
/// <summary>
|
||||
/// 权限集合
|
||||
/// </summary>
|
||||
public List<string> Permissions { get; set; }
|
||||
public List<string> Permissions { get; set; } = new List<string>();
|
||||
public LoginUser()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user