在
proxy:{
'/api':{
target:"http://localhost:8000",
changeOrigin:true,
rewrite:(path) => path.replace(/^\/api/,'')
}
}
在
proxy:{
'/api':{
target:"http://localhost:8000",
changeOrigin:true,
rewrite:(path) => path.replace(/^\/api/,'')
}
}