修改BUG:IconView增加匿名访问权限,防止非管理员角色授权菜单管理页面后无法打开问题
This commit is contained in:
parent
652f2d0359
commit
c10957dc97
|
@ -77,6 +77,7 @@ namespace Bootstrap.Admin.Controllers
|
|||
/// </summary>
|
||||
/// <returns></returns>
|
||||
[OutputCache(CacheProfile = "IconView")]
|
||||
[AllowAnonymous]
|
||||
public PartialViewResult IconView()
|
||||
{
|
||||
Response.Cache.SetOmitVaryStar(true);
|
||||
|
|
Loading…
Reference in New Issue