修改首页待办跳转bug
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user