This commit is contained in:
parent
52638d8b10
commit
d516b8290c
|
@ -327,7 +327,8 @@ namespace FineUIPro.Web
|
|||
this.hdHomePage.Text = "1";
|
||||
if (this.CurrUser.HomePageType == "2")
|
||||
{
|
||||
this.Tab1.IFrameUrl = "~/common/main2.aspx";
|
||||
//this.Tab1.IFrameUrl = "~/common/main2.aspx";
|
||||
this.Tab1.IFrameUrl = "~/common/main_new.aspx";
|
||||
this.hdHomePage.Text = "2";
|
||||
}
|
||||
if (Request.Cookies["SelectLan"] != null)
|
||||
|
@ -545,7 +546,8 @@ namespace FineUIPro.Web
|
|||
if (this.hdHomePage.Text == "1")
|
||||
{
|
||||
this.hdHomePage.Text = "2";
|
||||
this.Tab1.IFrameUrl = "~/common/main2.aspx";
|
||||
//this.Tab1.IFrameUrl = "~/common/main2.aspx";
|
||||
this.Tab1.IFrameUrl = "~/common/main_new.aspx";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue