yangfeng
2023-09-28 e8d70d091ff525e1cf29bb18f4353e2a7bd753a5
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
      }