1兼容数智五环大屏,跳转方法调整
This commit is contained in:
@@ -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>
|
||||
/// 呼叫
|
||||
|
||||
Reference in New Issue
Block a user