[Vuejs]-Axios POST returns 200 but the database does not update

0👍

if you use content-type as application/json please remove transformRequest attribute.
if you use application/x-www-form-urlencoded ,it can not post array or object to backend

Leave a comment