修改集团页面
This commit is contained in:
parent
7e7188039b
commit
fd0642cb92
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue