使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
bjquanjiang
/
DigitalScholl
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
app2.0 修改密码
娄底高职分支
ndbs
2 年前
父节点
a6439036a9
当前提交
c49bded080
共有
1 个文件被更改
,包括
2 次插入
和
2 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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
查看文件
@@ -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)
},
'未能成功修改密码'
)
撰写
预览
正在加载...
取消
保存