Vue项目请求https报500的错误
设置代理proxyTable: devEnv.OPEN_PROXY === false ? {} : {'/proxyApi': {target: 'https://localhost:18081',changeOrigin: true,pathRewrite: {'^/proxyApi': '/'.
·
设置代理
proxyTable: devEnv.OPEN_PROXY === false ? {} : {
'/proxyApi': {
target: 'https://localhost:18081',
changeOrigin: true,
pathRewrite: {
'^/proxyApi': '/'
},
changeOrigin: true,
secure: false,
headers: {
Referer: 'https://localhost:18081'
}
}
},
更多推荐



所有评论(0)