module.exports 的 dev 区块,设置代理
proxyTable: {
'/api': {
target: 'https://cs.ishow027.cn', //源地址
changeOrigin: true, //改变源
pathRewrite: {
'^/api': ''
}
}
},
module.exports 的 dev 区块,设置代理
proxyTable: {
'/api': {
target: 'https://cs.ishow027.cn', //源地址
changeOrigin: true, //改变源
pathRewrite: {
'^/api': ''
}
}
},
本文标题:vue 开发模式跨域
本文链接:https://www.haomeiwen.com/subject/hqvclqtx.html
网友评论