haoxuan
2024-04-18 4959a25a7cac2a514a9b8fb2471101c067fd72e4
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
      },