Browse Source

密码强制修改调整

新疆影视学院高职
liangkun 2 years ago
parent
commit
23486138f9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/Default/Index.js

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/Default/Index.js View File

@@ -165,7 +165,7 @@
if (res.data.pwd == true) { if (res.data.pwd == true) {
window.location.href = "/Home/Index?pwd=true"; window.location.href = "/Home/Index?pwd=true";
} else if (res.data.pwdtip == true) { } else if (res.data.pwdtip == true) {
window.location.href = "/Home/Index?pwdtip=true";
window.location.href = "/Home/Index?pwd=true";
} }
else else
window.location.href = "/Home/Index"; window.location.href = "/Home/Index";


Loading…
Cancel
Save