From 5efe573b31f3e28e5b2c78944e339751f122efbd Mon Sep 17 00:00:00 2001 From: Peanut Date: Wed, 18 Mar 2026 20:36:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BC=80=E5=8F=91=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.development | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mini-program/.env.development b/mini-program/.env.development index f566512..568c201 100644 --- a/mini-program/.env.development +++ b/mini-program/.env.development @@ -1,4 +1,5 @@ +# 开发环境配置(本地开发调试) VITE_APP_ENV=dev -VITE_API_BASE_URL=http://localhost:19089/api -VITE_WS_URL=ws://localhost:19089 +VITE_API_BASE_URL=https://lifescript.happylifeos.com/api +VITE_WS_URL=wss://lifescript.happylifeos.com/ws VITE_DEBUG=true