diff --git a/SGGL/FineUIPro.Web/common/PageBase.cs b/SGGL/FineUIPro.Web/common/PageBase.cs index 1619eef2..e053e33f 100644 --- a/SGGL/FineUIPro.Web/common/PageBase.cs +++ b/SGGL/FineUIPro.Web/common/PageBase.cs @@ -240,11 +240,11 @@ namespace FineUIPro.Web //anyway,its ok. this.Title = BLL.Funs.SystemName; - if (CurrUser == null) - { - if (this.Page.Request.AppRelativeCurrentExecutionFilePath != "~/Login.aspx") - Response.Redirect("~/Login.aspx"); - } + //if (CurrUser == null) + //{ + // if (this.Page.Request.AppRelativeCurrentExecutionFilePath != "~/Login.aspx") + // Response.Redirect("~/Login.aspx"); + //} } protected override void OnPreRender(EventArgs e)