zuozhengqing
2023-11-15 624dbdf2b7e3dc1bbcb9d6ebe8fd9d2ab36e214a
vue.config.js
@@ -14,12 +14,14 @@
  devServer: {
    proxy: {
      "/api-s": {
        target: "http://192.168.20.119:8005",
        // target: "http://192.168.20.119:8005", //
        target:"http://fai365.com:9083",  //
        ws: true,
        changeOrigin: true
      },
      "/api-wms": {
        target: "http://192.168.20.119:8005",
        // target: "http://192.168.20.119:8005",
        target:"http://fai365.com:9083",
        ws: true,
        changeOrigin: true
      }