Hughendman / Hughendman.github.io

2 stars 2 forks source link

反向代理+axios | YINXS的博客 #68

Open Hughendman opened 6 years ago

Hughendman commented 6 years ago

https://hughendman.github.io/post/1466265d.html

Hughendman commented 6 years ago

this.$http.get(url).then((res) => {

}).catch((err) => {

console.log(err);

});

Hughendman commented 6 years ago

this.$ajax.post(url,data).then((res) => {

}).catch((err) => {

console.log(err);

});