this.axios({ method: 'POST', url: URL, data: { "mobile": "18658163306", }, headers: { 'appId': 1000000, 'Content-Type' : 'application/json', } }) .then(function (response) { console.log(response); }) .catch(function (error) { console.log(error); }); 這樣寫報錯,這樣寫請求頭報錯,請問怎么寫
axios 報錯
慕的地6264312
2019-03-15 18:15:26