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

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2c42c-2b047.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2c42c-2b047.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?