From d39fc85ed4fe2c8b778d22e7e74c29c91361b8af Mon Sep 17 00:00:00 2001 From: gaofei1985 <181547018@qq.com> Date: Sat, 15 Jul 2023 10:32:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E5=BE=85?= =?UTF-8?q?=E5=8A=9E=E8=B7=B3=E8=BD=ACbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/FineUIPro.Web/Login.aspx.cs | 3 ++- SGGL/FineUIPro.Web/indexProject.aspx.cs | 8 +++++++- 2 files changed, 9 insertions(+), 2 deletions(-) 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)) {