1兼容数智五环大屏,跳转方法调整

This commit is contained in:
2026-06-09 19:35:12 +08:00
parent 6ccdec9b10
commit 855eec9965
24 changed files with 114 additions and 64 deletions
+4 -2
View File
@@ -466,7 +466,8 @@ namespace FineUIPro.Web
//{
// this.MenuSwitchMethod(string.Empty);
//}
PageContext.Redirect("~/index.aspx", "_top");
//PageContext.Redirect("~/index.aspx", "_top");
PageContext.Redirect("~/index.aspx");
}
protected void btnPerson_Click(object sender, EventArgs e)
@@ -642,7 +643,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>
/// 呼叫