xiaoyi
4 天以前 5c243d9d05da668a32b1bc9a4f543ea081488d11
vite.config.ts
@@ -76,7 +76,7 @@
        proxy: {
          "/admin-api": {
            changeOrigin: true,
            target: "http://192.168.0.10:48080",
            target: "http://127.0.0.1:48080",
            ws: true,
          },
        },