修改集团页面

This commit is contained in:
高飞 2023-03-28 17:13:37 +08:00
parent 7e7188039b
commit fd0642cb92
1 changed files with 5 additions and 5 deletions

View File

@ -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)