ll
liukangdong
2024-10-29 0bda79a1d5f0de3a1885f13763c516650bc19007
screen/vite.config.js
@@ -26,7 +26,8 @@
    proxy: {
      "/gateway_interface": {
        // target: "http://192.168.0.103:10010",
        target: "http://10.50.250.253:8088/gateway_interface",
        // target: "http://10.50.250.253:8088/gateway_interface",
        target: "http://192.168.0.173/gateway_interface",
        changeOrigin: true,
        rewrite: (path) => path.replace(/^\/gateway_interface/, ""),
      },