修改密码:接入完成

This commit is contained in:
YunaiV
2023-12-17 18:57:08 +08:00
parent 2c7d89d711
commit 6941b869c7
6 changed files with 68 additions and 88 deletions
-24
View File
@@ -93,18 +93,6 @@ export default {
},
}),
// 修改密码
changePassword: (data) =>
request({
url: '/user/api/user/changePassword',
method: 'POST',
data,
custom: {
showSuccess: true,
loadingMsg: '验证中',
},
}),
// 绑定、更换手机号
changeMobile: (data) =>
request({
@@ -117,18 +105,6 @@ export default {
},
}),
// 修改用户名
changeUsername: (data) =>
request({
url: '/user/api/user/changeUsername',
method: 'POST',
data,
custom: {
showSuccess: true,
loadingMsg: '验证中',
},
}),
// 更新小程序信息
updateMpUserInfo: (data) =>
request({