problem description
if the vue proxyTable proxy port is set to 8080, the interface can not get the returned data of the server by error response
7777
comments have always been set to 8080
the environmental background of the problems and what methods you have tried
other ports can be accessed normally after changing port 8080
related codes
proxyTable: {
"/hotel": {
target: "http://10.58.21.217:7777",
changeOrigin: true
}
},
host: "localhost", // can be overwritten by process.env.HOST
port: 8080,