axios.get怎么传headers
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了axios.get怎么传headers相关的知识,希望对你有一定的参考价值。
参考技术A el: '.box',data: ,
methods:
get: function ()
axios(
method: 'post',
url: 'post.php',
data:
a:'1'
).then(function (response)
alert(response.data);
)
.catch(function (error)
alert(error);
);
);本回答被提问者采纳
以上是关于axios.get怎么传headers的主要内容,如果未能解决你的问题,请参考以下文章