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': ''
}
}
},