From 13b57b1a008eb4386097cb61aa57ce485e90cc00 Mon Sep 17 00:00:00 2001 From: shuishen <1109946754@qq.com> Date: Tue, 17 Jun 2025 18:36:51 +0800 Subject: [PATCH] chore:环境变量调整 --- .env.localhost | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.env.localhost b/.env.localhost index a3c6a62..64d29af 100644 --- a/.env.localhost +++ b/.env.localhost @@ -20,7 +20,7 @@ VITE_APP_AREA_NAME = http://192.168.1.227:80 # ws地址 -VITE_APP_WS_API_URL = wss://wrj.shuixiongit.com +VITE_APP_WS_API_URL = wss://192.168.1.227:80 # 航线文件地址 VITE_APP_AIRLINE_URL = http://192.168.1.227:80/minio/cloud-bucket -- Gitblit v1.9.3