修改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>
/// <returns></returns>
[OutputCache(CacheProfile = "IconView")]
[AllowAnonymous]
public PartialViewResult IconView()
{
Response.Cache.SetOmitVaryStar(true);