From 5d3c5544eb817e09c5ba72779646589570895bae Mon Sep 17 00:00:00 2001 From: Peanut Date: Wed, 18 Mar 2026 20:37:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=94=B9=E4=B8=BA=E5=9F=9F=E5=90=8D=E8=AE=BF?= =?UTF-8?q?=E9=97=AE=20(HTTPS/WSS)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mini-program/.env.production | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mini-program/.env.production b/mini-program/.env.production index 8209184..6d8319d 100644 --- a/mini-program/.env.production +++ b/mini-program/.env.production @@ -1,4 +1,5 @@ +# 生产环境配置(小程序正式版) VITE_APP_ENV=prod -VITE_API_BASE_URL=http://101.200.208.45:19089/api -VITE_WS_URL=ws://101.200.208.45:19089 +VITE_API_BASE_URL=https://lifescript.happylifeos.com/api +VITE_WS_URL=wss://lifescript.happylifeos.com/ws VITE_DEBUG=false