From 1ab2dc935e2fd412b061a1c99259ce69b320b0cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=98=89=E6=82=A6?= Date: Mon, 2 Jun 2025 19:02:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=87=AA=E6=94=B9=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E7=BA=BF=E4=B8=8A=E6=8E=A5=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 | 2 +- .env.production | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index cc1dce9..9508981 100644 --- a/.env.development +++ b/.env.development @@ -12,5 +12,5 @@ VITE_WEB_BASE_API = '/dev-api' # 本地接口 # VITE_API_URL = http://122.51.75.95:6039 - VITE_API_URL = http://129.211.24.7:6039 +# VITE_API_URL = https://mp.pandarobot.chat diff --git a/.env.production b/.env.production index 29a5ba8..6020817 100644 --- a/.env.production +++ b/.env.production @@ -14,5 +14,7 @@ VITE_WEB_BASE_API = '/prod-api' VITE_BUILD_COMPRESS = gzip # VITE_API_URL = http://122.51.75.95:6039 -VITE_API_URL = http://129.211.24.7:6039 +# VITE_API_URL = http://129.211.24.7:6039 +VITE_API_URL = https://mp.pandarobot.chat +