From d516b8290cc8751addb58507dcc0e7a6419f0464 Mon Sep 17 00:00:00 2001 From: xiaju <1784803958@qq.com> Date: Wed, 23 Apr 2025 16:36:50 +0800 Subject: [PATCH] 1 --- SGGL/FineUIPro.Web/index.aspx.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/SGGL/FineUIPro.Web/index.aspx.cs b/SGGL/FineUIPro.Web/index.aspx.cs index 73b3755e..8a00e723 100644 --- a/SGGL/FineUIPro.Web/index.aspx.cs +++ b/SGGL/FineUIPro.Web/index.aspx.cs @@ -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 {