mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-14 11:17:55 +00:00
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