首页
科技
登录
6mi
u
盘
搜
搜 索
科技
【vue】【axios】【错误记录】axios的post请求express识别成了options
【vue】【axios】【错误记录】axios的post请求express识别成了options
科技
2025-02-27
30
原因:axios的header设置出错
instance
=
axios
.
create
(
{
baseURL
:
'http://localhost:3000/'
,
headers
:
{
//应为'application/json',或者不设置
'Content-Type'
:
'application/x-www-form-urlencoded'
,
}
,
}
)
;
转载请注明原文地址:https://blackberry.8miu.com/read-36873.html
最新回复
(
0
)