vue 设置proxyTable - pathRewrite无效
如下:proxyTable: {'/paas': {target: "http://localhost:8081",changeOrigin: true, //可否跨域pathRewrite: {'^/paas': '' //重写接口,去掉/paas...
·
如下:
proxyTable: {
'/paas': {
target: "http://localhost:8081",
changeOrigin: true, //可否跨域
pathRewrite: {
'^/paas': '' //重写接口,去掉/paas
}
}
},
target 是小写!!!
更多推荐
已为社区贡献6条内容
所有评论(0)