proxy: {
'/*': {
target: 'http://wx.lxjjz.cn',
changeOrigin: true
// pathRewrite: {'^/api': ''}
}
}
$.ajax({
url:"/do?g=api&m=product&a=index",
success:function (data){
console.log(data)
}
})
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
匹配所有应该直接写成
/
,而不是“/*"webpack用的这个 https://github.com/chimurai/h...