2023-05-22-001
This commit is contained in:
@@ -677,6 +677,11 @@ namespace FineUIPro.Web
|
||||
this.Tab1.IFrameUrl = "~/Opinion/OpinionCollection.aspx";
|
||||
this.Tab1.Title = "意见收集";
|
||||
}
|
||||
else if (type==Const.Menu_Doc)
|
||||
{
|
||||
this.Tab1.IFrameUrl = "~/DocManage/DocManage.aspx";
|
||||
this.Tab1.Title = "协调与沟通";
|
||||
}
|
||||
else
|
||||
{
|
||||
this.Tab1.Title = "首页";
|
||||
@@ -763,7 +768,10 @@ namespace FineUIPro.Web
|
||||
Response.Write("<script>window.open(" + url + "'',''_blank'')</script>");
|
||||
// this.MenuSwitchMethod(Const.Menu_DigitalSite);
|
||||
}
|
||||
|
||||
protected void btnDoc_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.MenuSwitchMethod(Const.Menu_Doc);
|
||||
}
|
||||
protected string VideoURL
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user