vue解决跨域问题

2018-01-08  本文已影响10人  SimpleTogether

修改config/index.js文件
proxyTable: {
// 请求到 '/device' 下 的请求都会被代理到 target: http://debug.xxx.com
'/v1/*': {
target: 'https://api.tiaotiao5.com',
secure: true, // 接受 运行在 https 上的服务
changeOrigin: true
}
},

上一篇 下一篇

猜你喜欢

热点阅读