diff --git a/SGGL/FineUIPro.Web/Login.aspx.cs b/SGGL/FineUIPro.Web/Login.aspx.cs index 5144806d..d2fbdaf3 100644 --- a/SGGL/FineUIPro.Web/Login.aspx.cs +++ b/SGGL/FineUIPro.Web/Login.aspx.cs @@ -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 diff --git a/SGGL/FineUIPro.Web/indexProject.aspx.cs b/SGGL/FineUIPro.Web/indexProject.aspx.cs index c88143e1..7fb46c5c 100644 --- a/SGGL/FineUIPro.Web/indexProject.aspx.cs +++ b/SGGL/FineUIPro.Web/indexProject.aspx.cs @@ -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)) {