proxyTable: {
"/api": {
target: "http:192.168.108.81:9010",
changeOrigin: true,
pathRewrite: {
"^/api": ""
}
}
}
proxyTable: {
"/api": {
target: "http:192.168.108.81:9010",
changeOrigin: true,
pathRewrite: {
"^/api": ""
}
}
}
the project shuts down and restarts npm run dev/serve
if there is a problem with the path
the domain name of the interface called can be changed to online. I don't know why. If you know something, you can explain it
.