From daab8ec41aeb84fe0b95b549baf561ec4eaa5c98 Mon Sep 17 00:00:00 2001 From: ZhuRui Date: Sat, 8 Aug 2026 14:22:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.env.production b/.env.production index 8a49fe9..b80cb74 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1,5 @@ # 生产环境 -VITE_API_BASE_URL = http://cpms.op.yunvip123.cn/cpms +VITE_API_BASE_URL = https://cpmsapi.yunvip123.com + +# 是否开启本地调试 +LOCAL_DEBUG=false