vue.js vue-cli 中解决 axios 跨域调用的问题

修改 /config/index.js 文件如下:
proxyTable: {
'/api': {
target: 'http://chifan.local',
changeOrigin: true,
pathRewrite: {
'^/api': ''
}
}
},

posted on 2017-12-29 02:03  刘应杰  阅读(213)  评论(0)    收藏  举报

导航