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的主要内容,如果未能解决你的问题,请参考以下文章

axios中怎么传数组

axios将参数传递给laravel路径

vue.js - axios Get方法传参给 .net core webapi。

axios 将参数传递给 laravel 路由

axios get | post传参方法整理

axios怎么发送xml数据