From de8af851db77b84f1606c7a06223622984dd7dd3 Mon Sep 17 00:00:00 2001 From: niyyzf Date: Sat, 19 Jul 2025 18:41:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.env.production:=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=20VITE=5FAPI=5FBASE=5FURL=20=E4=B8=BA?= =?UTF-8?q?=E6=96=B0=E7=9A=84=20API=20=E5=9C=B0=E5=9D=80=E4=BB=A5=E9=80=82?= =?UTF-8?q?=E5=BA=94=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform/.env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/.env.production b/platform/.env.production index 50f53bf..3d1b1d8 100644 --- a/platform/.env.production +++ b/platform/.env.production @@ -1 +1 @@ -VITE_API_BASE_URL=https://your-production-domain.com/api \ No newline at end of file +VITE_API_BASE_URL=http://203.195.163.42:7793/api \ No newline at end of file