1兼容数智五环大屏,跳转方法调整
This commit is contained in:
@@ -786,7 +786,8 @@ namespace FineUIPro.Web
|
||||
//{
|
||||
// this.MenuSwitchMethod(string.Empty);
|
||||
//}
|
||||
PageContext.Redirect("~/indexProject.aspx", "_top");
|
||||
//PageContext.Redirect("~/indexProject.aspx", "_top");
|
||||
PageContext.Redirect("~/indexProject.aspx");
|
||||
}
|
||||
protected void btnCQMS_Click(object sender, EventArgs e)
|
||||
{
|
||||
@@ -995,7 +996,8 @@ namespace FineUIPro.Web
|
||||
/// <param name="e"></param>
|
||||
protected void btnWorkBench_Click(object sender, EventArgs e)
|
||||
{
|
||||
PageContext.Redirect("~/WorkBench.aspx", "_top");
|
||||
//PageContext.Redirect("~/WorkBench.aspx", "_top");
|
||||
PageContext.Redirect("~/WorkBench.aspx");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user