electron-vue 代理配置

发布时间:2023-10-18 15:34:20

添加的代码如下



proxy : {
'/xx' : {
// 请求的目标服务器地址
target : 'https://hudiepm.com/',
// 设置允许跨域
changeOrigin : true,
// 重写路径
pathRewrite : {
'^/xx' : '/xx'
},
headers : {
referer : ''
}
}
},




添加位置


84行需要打开注释



Card image cap
APP STORE
Card image cap
应用宝
Card image cap
小米
Card image cap
华为