From 682d9a408ee47c98ad7a246e513f373316e43f28 Mon Sep 17 00:00:00 2001 From: Json_Lee <2622336659@qq.com> Date: Mon, 16 Jun 2025 11:40:27 +0800 Subject: [PATCH] =?UTF-8?q?fix(api):=20=F0=9F=A7=A9=20=E9=9A=90=E8=97=8F?= =?UTF-8?q?=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 | 4 +--- .env.production | 6 +----- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.env.development b/.env.development index 7fea9a5..8ecc6d2 100644 --- a/.env.development +++ b/.env.development @@ -11,6 +11,4 @@ VITE_WEB_ENV = 'development' 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 +VITE_API_URL = * diff --git a/.env.production b/.env.production index 908a4ad..7a5a6a1 100644 --- a/.env.production +++ b/.env.production @@ -13,8 +13,4 @@ VITE_WEB_BASE_API = '/prod-api' # 是否在打包时开启压缩,支持 gzip 和 brotli 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 = https://mp.pandarobot.chat - - +VITE_API_URL = *