This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
app2.0 修改密码
娄底高职分支
ndbs
2 years ago
parent
a6439036a9
commit
c49bded080
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
View File
@@ -41,8 +41,8 @@ export default {
const success = await this.HTTP_POST(
'learun/adms/user/modifypw',
{
newpassword: this.
MD
5(newPwd),
oldpassword: this.
MD
5(oldPwd)
newpassword: this.
md
5(newPwd),
oldpassword: this.
md
5(oldPwd)
},
'未能成功修改密码'
)
Write
Preview
Loading…
Cancel
Save