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