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