修改首页
This commit is contained in:
@@ -303,6 +303,7 @@ namespace FineUIPro.Web
|
||||
this.InitMenuStyleButton();
|
||||
this.InitMenuModeButton();
|
||||
this.InitLangMenuButton();
|
||||
//刷新按钮
|
||||
this.btnRetweet.Hidden = true;
|
||||
if (this.CurrUser.UserId == Const.hfnbdId)
|
||||
{
|
||||
@@ -310,7 +311,7 @@ namespace FineUIPro.Web
|
||||
}
|
||||
if (this.CurrUser.DepartId != "ab1eb44a-1821-48ee-86f2-64b7e6425efa" && this.CurrUser.UserId != BLL.Const.sysglyId && this.CurrUser.UserId != BLL.Const.hfnbdId)
|
||||
{
|
||||
this.btnParty.Hidden = true;
|
||||
//this.btnParty.Hidden = true;
|
||||
}
|
||||
this.hdHomePage.Text = "1";
|
||||
if (this.CurrUser.HomePageType == "2")
|
||||
@@ -423,7 +424,7 @@ namespace FineUIPro.Web
|
||||
}
|
||||
else
|
||||
{
|
||||
this.Tab1.IFrameUrl = "~/common/main.aspx";
|
||||
this.Tab1.IFrameUrl = "~/common/main_new.aspx";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -524,8 +525,23 @@ namespace FineUIPro.Web
|
||||
else
|
||||
{
|
||||
this.hdHomePage.Text = "1";
|
||||
this.Tab1.IFrameUrl = "~/common/main.aspx";
|
||||
this.Tab1.IFrameUrl = "~/common/main_new.aspx";
|
||||
}
|
||||
}
|
||||
|
||||
protected void btnXmgk_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.Tab1.IFrameUrl = "~/common/main_new.aspx";
|
||||
}
|
||||
|
||||
protected void btnAqsc_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.Tab1.IFrameUrl = "~/common/main_new0.aspx";
|
||||
}
|
||||
|
||||
protected void btnZlgl_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.Tab1.IFrameUrl = "~/common/main_new1.aspx";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user