From 59503d05a532fd8dca5f8a58f1adf3d0191a5a25 Mon Sep 17 00:00:00 2001 From: Peanut Date: Wed, 8 Apr 2026 22:14:48 +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=E5=9B=9E=20IP=20?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E8=AE=BF=E9=97=AE?= 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 568c201..309f951 100644 --- a/mini-program/.env.development +++ b/mini-program/.env.development @@ -1,5 +1,5 @@ # 开发环境配置(本地开发调试) VITE_APP_ENV=dev -VITE_API_BASE_URL=https://lifescript.happylifeos.com/api -VITE_WS_URL=wss://lifescript.happylifeos.com/ws +VITE_API_BASE_URL=http://101.200.208.45:19089/api +VITE_WS_URL=ws://101.200.208.45:19089 VITE_DEBUG=true