vue-resource跨域请求

打开config文件夹下的index.js,配置proxyTable:

其中,taget是要访问的api的域名,配置完proxyTable后,若要访问'http://apis.haoservice.com/lifeservice/chicken/duck',ajax里的url只需设为'/lifeservice/chicken/duck'(即绝对路径)即可,webpack会帮你把‘/lifeservice’下的请求转发至'http://apis.haoservice.com/lifeservice/chicken/duck'!

源地址:http://www.cnblogs.com/JRliu/p/5854738.html

posted @ 2017-05-25 16:48  晚安早安  阅读(322)  评论(0编辑  收藏  举报