Merge branch 'master' of https://gitee.com/youlaiorg/vue3-element-admin into feature/noticews
This commit is contained in:
@@ -77,7 +77,7 @@ class UserAPI {
|
||||
*/
|
||||
static resetPassword(id: number, password: string) {
|
||||
return request({
|
||||
url: `${USER_BASE_URL}/${id}/password`,
|
||||
url: `${USER_BASE_URL}/${id}/password/reset`,
|
||||
method: "put",
|
||||
params: { password: password },
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user