yxh
2023-09-08 3ad16af134eda617f6a36f8235376dfa328d1dfb
src/api/system/user.js
@@ -104,8 +104,8 @@
  }
  return request({
    url: '/system/user/profile/updatePwd',
    method: 'put',
    params: data
    method: 'post',
    data: data
  })
}