zzq
2023-09-28 2b78cf0cd68e1809bc4cad7d730bef6ab9c4c118
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
      }