使用proxyTable进行跨域API代理
1 | // config/index.js |
调用1
2
3this.$http.get('/api/demo').then(function(res){
console.log(res.data);
})
依赖
1 npm install vue-resource