From b35b06f2a14241423ac3c1c39b1504474389596c Mon Sep 17 00:00:00 2001 From: cat_shark <1716967236@qq.com> Date: Sat, 2 Aug 2025 17:22:21 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E8=B0=83=E6=95=B4=E5=85=AC?= =?UTF-8?q?=E7=BD=91=E8=AE=BF=E9=97=AE=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 3 +-- .env.production | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.env.development b/.env.development index 494acd4..66db44e 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1 @@ -VITE_BASE_URL = 'http://localhost:5157' -PORT = 5158 \ No newline at end of file +VITE_BASE_URL = 'http://localhost:5157' \ No newline at end of file diff --git a/.env.production b/.env.production index 423817f..648a5c7 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1 @@ -VITE_BASE_URL = 'http://192.168.123.199:5157' -PORT = 5158 \ No newline at end of file +VITE_BASE_URL = 'http://39.105.149.197:5157' \ No newline at end of file