weimingfei
昨天 ce46dd9e401d7f2936db08bcea201bbd1da8e0a2
screen/vite.config.js
@@ -26,11 +26,12 @@
    proxy: {
      "/system_gateway": {
        // target: "http://192.168.1.45:10010",
        target: "http://192.168.0.7/system_gateway",
        target: "http://10.49.152.112/system_gateway",
        // target: "http://192.168.0.7/system_gateway",
        // target: "http://10.50.250.253:8088/gateway_interface",
        // target: "https://atwl.ahzyssl.com/zhyq_interface",
        changeOrigin: true,
        rewrite: (path) => path.replace(/^\/gateway_interface/, ""),
        rewrite: (path) => path.replace(/^\/system_gateway/, ""),
      },
    },
  },