From a2257611e17f1a9da2b4f94a76291b5c51948a2c Mon Sep 17 00:00:00 2001 From: Peanut Date: Wed, 8 Apr 2026 21:25:28 +0800 Subject: [PATCH] =?UTF-8?q?fix(mini-program):=20=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E9=85=8D=E7=BD=AE=E6=94=B9=E4=B8=BA=E5=9F=9F?= =?UTF-8?q?=E5=90=8D=E8=AE=BF=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mini-program/.env.development b/mini-program/.env.development index 309f951..568c201 100644 --- a/mini-program/.env.development +++ b/mini-program/.env.development @@ -1,5 +1,5 @@ # 开发环境配置(本地开发调试) VITE_APP_ENV=dev -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=true