axios.put is not working when trying to update the data in react js

前端 未结 0 1373
予麋鹿
予麋鹿 2021-02-03 14:09
    axios.put(\'http://localhost:4000/info/update/5f45497b9120014680289a99\', {
            email:  this.state.email
          }).then(res =>{
            console.log         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题