mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-10 11:24:45 +08:00
删除AceAdmin界面,使用基于bootstrap的B-JUI前端构架
This commit is contained in:
@@ -25,12 +25,12 @@ namespace OpenAuth.Mvc.Controllers
|
||||
{
|
||||
base.OnActionExecuting(filterContext);
|
||||
|
||||
#region 当Session过期自动跳出登录画面
|
||||
if (SessionHelper.GetSessionUser<LoginViewModel>() == null)
|
||||
{
|
||||
Response.Redirect("~/Account/Login");
|
||||
}
|
||||
#endregion
|
||||
//#region 当Session过期自动跳出登录画面
|
||||
//if (SessionHelper.GetSessionUser<LoginViewModel>() == null)
|
||||
//{
|
||||
// Response.Redirect("~/Account/Login");
|
||||
//}
|
||||
//#endregion
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user