fixed: #882
This commit is contained in:
parent
9ea885d908
commit
82b32f8b65
|
@ -157,9 +157,10 @@ export const getUserInfo = () => {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
export const resetPassword = () => {
|
export const resetPassword = (data) => {
|
||||||
return service({
|
return service({
|
||||||
url: '/user/resetPassword',
|
url: '/user/resetPassword',
|
||||||
method: 'post'
|
method: 'post',
|
||||||
|
data: data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue