vue-cli下跨域请求的实例分析(用this.$http的方法
2018-05-31 本文已影响0人
18fa100a8459
一、配置vue-resource
1.npm下载安装

在main.js去引入

接下来,需要在config/index.js中去配置proxyTable

最后写向后端发起跨域请求

一、配置vue-resource
1.npm下载安装
在main.js去引入
接下来,需要在config/index.js中去配置proxyTable
最后写向后端发起跨域请求