From e59ea0057ff0ae4e68762a588d4041f1a0856191 Mon Sep 17 00:00:00 2001 From: hwj Date: Thu, 28 May 2026 09:23:38 +0800 Subject: [PATCH] =?UTF-8?q?config=EF=BC=9A=E4=BF=AE=E6=94=B9=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 1 + .env.production | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 2a130b7..29f1cad 100644 --- a/.env.development +++ b/.env.development @@ -1 +1,2 @@ VITE_APP_BASE_URL=http://192.168.5.106:48081 +# VITE_APP_BASE_URL=http://47.106.185.127:8089 \ No newline at end of file diff --git a/.env.production b/.env.production index 42865f5..7dd43bf 100644 --- a/.env.production +++ b/.env.production @@ -1 +1,2 @@ -VITE_APP_BASE_URL=http://47.106.185.127:8089/ +# VITE_APP_BASE_URL=http://47.106.185.127:8089 +VITE_APP_BASE_URL=http://47.106.185.127:8089 \ No newline at end of file