This commit is contained in:
夏菊 2025-04-23 16:36:50 +08:00
parent 52638d8b10
commit d516b8290c
1 changed files with 4 additions and 2 deletions

View File

@ -327,7 +327,8 @@ namespace FineUIPro.Web
this.hdHomePage.Text = "1"; this.hdHomePage.Text = "1";
if (this.CurrUser.HomePageType == "2") 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"; this.hdHomePage.Text = "2";
} }
if (Request.Cookies["SelectLan"] != null) if (Request.Cookies["SelectLan"] != null)
@ -545,7 +546,8 @@ namespace FineUIPro.Web
if (this.hdHomePage.Text == "1") if (this.hdHomePage.Text == "1")
{ {
this.hdHomePage.Text = "2"; this.hdHomePage.Text = "2";
this.Tab1.IFrameUrl = "~/common/main2.aspx"; //this.Tab1.IFrameUrl = "~/common/main2.aspx";
this.Tab1.IFrameUrl = "~/common/main_new.aspx";
} }
else else
{ {