码迷,mamicode.com
首页 > 移动开发 > 详细

axios使用

时间:2020-07-06 16:19:34      阅读:75      评论:0      收藏:0      [点我收藏+]

标签:time   figure   with   cer   mst   alc   method   tst   json   

axios({
method:"POST",
// url:configure.state.gateway,
url:‘/api‘,
// headers: {
// "Content-Type": "multipart/form-data",
// ‘Content-Type‘: ‘application/json;charset=utf-8‘,
// ‘Access-Control-Allow-Origin‘: ‘*‘,
// },
withCredentials:true,
data:{
action:configure.state.site_digitalcert + ‘certstatic/getZszmStatisticsByMuchTime‘,
method: "post",
site: configure.state.eureka_digitalcert,
timeout: 6000000,
params: JSON.stringify({start: "2019-1-1,2020-1-1", end: "2019-12-31,2020-12-31", czrlx: ""}),
},
}).then((res)=>{
console.log(res);
});

官方文档https://www.kancloud.cn/yunye/axios/234845

axios使用

标签:time   figure   with   cer   mst   alc   method   tst   json   

原文地址:https://www.cnblogs.com/shihx/p/13254942.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!