Commit ea96c9db authored by wangjiankun's avatar wangjiankun

fix:修改密码

parent d6f65b16
......@@ -17,15 +17,6 @@ export function getUserInfo() {
}
export function modifyPwd(userId, oldPwd, newPwd, confirmPwd) {
return xhr.put('/sys/sys-user/modifyPwd', {
userId,
oldPwd,
newPwd,
confirmPwd
})
}
export function getUsersByPage(page, size, keyword, roleId, groupId) {
return xhr.get('/sys/sys-user/withRoleAndGroup/page', {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment