problem description
the agent configuration on the official website is useless. Ask for advice
.related codes
devServer:{
proxy:{
"/api":{
target:"192.168.29.33",
ws:true,
changOrigin:true,
pathRewrite:{
"^/api":"/"
}
}
}
}
what result do you expect? What is the error message actually seen?
the agent is well configured, that is, it is always localhost when requested. Why