zuozhengqing
2023-12-13 fe87d39adb4e995ccf96a45b142ae026c3cf5eae
vue.config.js
@@ -14,14 +14,14 @@
  devServer: {
    proxy: {
      "/api-s": {
        // target: "http://192.168.20.119:8005", //
        target:"http://fai365.com:9083",  //
        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://fai365.com:9083",
        target: "http://192.168.20.119:8005",
        // target:"http://fai365.com:9083",
        ws: true,
        changeOrigin: true
      },