修改集团页面
This commit is contained in:
parent
7e7188039b
commit
fd0642cb92
|
@ -240,11 +240,11 @@ namespace FineUIPro.Web
|
||||||
//anyway,its ok.
|
//anyway,its ok.
|
||||||
|
|
||||||
this.Title = BLL.Funs.SystemName;
|
this.Title = BLL.Funs.SystemName;
|
||||||
if (CurrUser == null)
|
//if (CurrUser == null)
|
||||||
{
|
//{
|
||||||
if (this.Page.Request.AppRelativeCurrentExecutionFilePath != "~/Login.aspx")
|
// if (this.Page.Request.AppRelativeCurrentExecutionFilePath != "~/Login.aspx")
|
||||||
Response.Redirect("~/Login.aspx");
|
// Response.Redirect("~/Login.aspx");
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void OnPreRender(EventArgs e)
|
protected override void OnPreRender(EventArgs e)
|
||||||
|
|
Loading…
Reference in New Issue