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