axios, is used in the project, but the header information needs to be modified, although the global method in the document is used, as follows
 axios.defaults.headers.post ["Content-Type"] = "application/x-www-form-urlencoded"; 
 
Content-Type  application/json.
 
 
