MrShi
2025-06-18 46776217c233fdc5d9316fe65bea231dc68658f9
提交
已修改1个文件
4 ■■■■ 文件已修改
screen/vite.config.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
screen/vite.config.js
@@ -26,8 +26,8 @@
    proxy: {
      "/gateway_interface": {
        // target: "http://192.168.0.104:10010",
        // target: "http://10.50.250.253:8088/gateway_interface",
        target: "https://atwl.ahzyssl.com/zhyq_interface",
        target: "http://10.50.250.253:8088/gateway_interface",
        // target: "https://atwl.ahzyssl.com/zhyq_interface",
        changeOrigin: true,
        rewrite: (path) => path.replace(/^\/gateway_interface/, ""),
      },