fix 登出bug
This commit is contained in:
parent
9dddbd874b
commit
989700cb30
@ -105,7 +105,7 @@ namespace ZR.Admin.WebApi.Controllers.System
|
|||||||
var name = HttpContext.GetName();
|
var name = HttpContext.GetName();
|
||||||
|
|
||||||
CacheHelper.Remove(GlobalConstant.UserPermKEY + id);
|
CacheHelper.Remove(GlobalConstant.UserPermKEY + id);
|
||||||
return SUCCESS(name);
|
return SUCCESS(new { name , id});
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user