feat:对接了修改密码接口

This commit is contained in:
KindSeven
2024-09-25 20:10:26 +08:00
parent aac2d52bcc
commit 03e57d8ee2
3 changed files with 7 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ export const modifyUser=(data)=>{
}
export const editPassword=(data)=>{
return request({
url:'/ops/user/detail/info',
url:'/ops/user/update/password',
method:'post',
data
})