Commit 78fc4e9b authored by 高宇's avatar 高宇

删除菜单

parent 24133697
......@@ -67,7 +67,7 @@ export function resetUserPwd(businessId, password) {
password
}
return request({
url: '/system/user/resetPassword',
url: '/system/user/updatePwd',
method: 'put',
params: data
})
......@@ -106,7 +106,7 @@ export function updateUserProfile(data) {
// 用户密码重置
export function updateUserPwd(data) {
return request({
url: '/system/user/resetPassword',
url: '/system/user/updatePwd',
method: 'put',
params: data
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment