From 23486138f960178a2b9f7b0e65f4fb85deb89959 Mon Sep 17 00:00:00 2001 From: liangkun Date: Tue, 6 Sep 2022 11:05:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=86=E7=A0=81=E5=BC=BA=E5=88=B6=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Learun.Application.Web/Views/Login/Default/Index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/Default/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/Default/Index.js index 0d5ebb737..16f9cd334 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/Default/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/Default/Index.js @@ -165,7 +165,7 @@ if (res.data.pwd == true) { window.location.href = "/Home/Index?pwd=true"; } else if (res.data.pwdtip == true) { - window.location.href = "/Home/Index?pwdtip=true"; + window.location.href = "/Home/Index?pwd=true"; } else window.location.href = "/Home/Index";