Merge branch 'dev' of https://gitee.com/xlsea/ruoyi-plus-soybean into dev
This commit is contained in:
commit
86de109431
@ -80,6 +80,9 @@ export function fetchResetUserPassword(userId: CommonType.IdType, password: stri
|
|||||||
return request<boolean>({
|
return request<boolean>({
|
||||||
url: '/system/user/resetPwd',
|
url: '/system/user/resetPwd',
|
||||||
method: 'put',
|
method: 'put',
|
||||||
|
headers: {
|
||||||
|
isEncrypt: true
|
||||||
|
},
|
||||||
data: { userId, password }
|
data: { userId, password }
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user