修改首页待办跳转bug

This commit is contained in:
高飞 2023-07-15 10:32:04 +08:00
parent de20531bc4
commit d39fc85ed4
2 changed files with 9 additions and 2 deletions

View File

@ -109,7 +109,8 @@
else
{
this.CurrUser.LoginProjectId = this.CurrUser.LastProjectId;
url = "indexProject.aspx?projectId=" + this.CurrUser.LastProjectId + "#/SysManage/UpdatePassword.aspx";
url = "indexProject.aspx?projectId=" + this.CurrUser.LastProjectId;
//url = "indexProject.aspx?projectId=" + this.CurrUser.LastProjectId + "#/SysManage/UpdatePassword.aspx";
}
}
else

View File

@ -623,7 +623,13 @@ namespace FineUIPro.Web
return;
}
}
else
{
if (this.CurrUser.Password == Const.MD5pwd)
{
this.Tab1.IFrameUrl = "~/SysManage/UpdatePassword.aspx";
}
}
this.CurrUser.LastMenuType = type;
if (!string.IsNullOrEmpty(type))
{