11
WXL
2023-09-07 cc7c660a4d4bcdbdf1514e5ddb3e663899f096d4
src/api/system/user.js
@@ -104,8 +104,8 @@
  }
  return request({
    url: '/system/user/profile/updatePwd',
    method: 'put',
    params: data
    method: 'post',
    data: data
  })
}