diff --git a/api/system/user.js b/api/system/user.js index 46aec05..c5b653f 100644 --- a/api/system/user.js +++ b/api/system/user.js @@ -10,7 +10,7 @@ export function updateUserPwd(oldPassword, newPassword) { return request({ url: '/system/user/profile/updatePwd', method: 'put', - params: data + data: data }) }