Parcourir la source

密码强制修改调整

新疆影视学院高职
liangkun il y a 2 ans
Parent
révision
23486138f9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 Voir le fichier

@@ -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";


Chargement…
Annuler
Enregistrer