yangfeng
2023-09-28 0016e76c99d7f0d6355a22f2ecbc102823225633
vue.config.js
@@ -14,12 +14,12 @@
  devServer: {
    proxy: {
      "/api-s": {
        target: "http://192.168.20.118:8005",
        target: "http://192.168.20.119:8005",
        ws: true,
        changeOrigin: true
      },
      "/api-wms": {
        target: "http://192.168.20.118:8005",
        target: "http://192.168.20.119:8005",
        ws: true,
        changeOrigin: true
      }