Parcourir la source

app2.0 修改密码

娄底高职分支
ndbs il y a 2 ans
Parent
révision
c49bded080
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my/password.vue

+ 2
- 2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my/password.vue Voir le fichier

@@ -41,8 +41,8 @@ export default {
const success = await this.HTTP_POST(
'learun/adms/user/modifypw',
{
newpassword: this.MD5(newPwd),
oldpassword: this.MD5(oldPwd)
newpassword: this.md5(newPwd),
oldpassword: this.md5(oldPwd)
},
'未能成功修改密码'
)


Chargement…
Annuler
Enregistrer