vue axios 出现Error: Request failed with status code 500。
这代表着服务器端无法获取参数。(post接口)
我的问题是,接口要求content-type:multipart/form-data。文章来源:https://www.toymoban.com/news/detail-642484.html
但是我写的data:{.....}不符合样式,所以在data前 得加下面得代码然后就成功了文章来源地址https://www.toymoban.com/news/detail-642484.html
headers: {'Content-Type':'application/x-www-form-urlencoded'}
到了这里,关于Error: Request failed with status code 500的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!