axios,fetch
vue axios方法封装
fetch使用
fetch('http://www.a.cymiki.com:3000/list/b')
.then((res)=>{
return res.json();
})
.then((res)=>{
this.date=res
})
vue axios方法封装
fetch使用
fetch('http://www.a.cymiki.com:3000/list/b')
.then((res)=>{
return res.json();
})
.then((res)=>{
this.date=res
})