修改BUG:IconView增加匿名访问权限,防止非管理员角色授权菜单管理页面后无法打开问题

This commit is contained in:
Argo-Lenovo 2017-04-14 15:20:48 +08:00
parent 652f2d0359
commit c10957dc97
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ namespace Bootstrap.Admin.Controllers
/// </summary> /// </summary>
/// <returns></returns> /// <returns></returns>
[OutputCache(CacheProfile = "IconView")] [OutputCache(CacheProfile = "IconView")]
[AllowAnonymous]
public PartialViewResult IconView() public PartialViewResult IconView()
{ {
Response.Cache.SetOmitVaryStar(true); Response.Cache.SetOmitVaryStar(true);