Vue-cli configure proxyTable to solve cross-domain configuration, but it seems that it failed to forward and reported the error of 404 successfully.

proxyTable: {

  "/api": {
        target: "http:192.168.108.81:9010",
        changeOrigin: true,
        pathRewrite: {
            "^/api": ""
        }
    }
}

clipboard.png

Sep.16,2021

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

.
Menu