1
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user