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
+2 -1
View File
@@ -357,7 +357,8 @@ namespace FineUIPro.Web
{
if (this.CurrUser.IsOffice == true || this.CurrUser.UserId == Const.sysglyId || this.CurrUser.UserId == Const.hfnbdId)
{
PageContext.Redirect("~/index.aspx", "_top");
//PageContext.Redirect("~/index.aspx", "_top");
PageContext.Redirect("~/index.aspx");
}
}
#endregion