vue.config.js配置文件
module.exports={
devServer:{
port:8081,
proxy:{
'/api':{
target:'http://localhost:8081',
pathRewrite:{
'^/api':''
}
}
}
}
}

浙公网安备 33010602011771号