vue.js中proxyTable 转发请求实现
找到config/index.js 配置文件proxyTable: {'/api': {target: 'http://szstat.qhdata.tk',changeOrigin: true,pathRewrite: {//需要rewrite重写的, 如果在服务器端做了处理则可以不要这段'^/api':
·
找到config/index.js 配置文件
proxyTable: {
'/api': {
target: 'http://your_website',
changeOrigin: true,
pathRewrite: { //需要rewrite重写的, 如果在服务器端做了处理则可以不要这段
'^/api': ''
}
}
}
更多推荐
已为社区贡献1条内容
所有评论(0)