module.exports = {
devServer: {
proxy: {
//配置跨域
'/api': {
target:"http://192.168.0.1",
ws:true,
changOrigin:true,
pathRewrite:{
'^/api':'/'
}
}
}
}
}
module.exports = {
devServer: {
proxy: {
//配置跨域
'/api': {
target:"http://192.168.0.1",
ws:true,
changOrigin:true,
pathRewrite:{
'^/api':'/'
}
}
}
}
}
本文标题:vue-cli3.0中配置跨域请求 vue.config.js
本文链接:https://www.haomeiwen.com/subject/pcogpqtx.html
网友评论