From 2ca94de8ede18ac07ccfd8dec7b6f6a707adde9b Mon Sep 17 00:00:00 2001 From: 张含笑 <zhx18749296735@163.com> Date: Mon, 01 Sep 2025 11:20:24 +0800 Subject: [PATCH] Merge branch 'refs/heads/feature/v5.0/5.0.5' into patch_management --- .env.development | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 1434f0e..09780be 100644 --- a/.env.development +++ b/.env.development @@ -1,3 +1,13 @@ +### + # @Author : yuan + # @Date : 2025-07-29 15:59:42 + # @LastEditors : yuan + # @LastEditTime : 2025-07-29 16:15:31 + # @FilePath : \.env.development + # @Description : + # Copyright 2025 OBKoro1, All Rights Reserved. + # 2025-07-29 15:59:42 +### NODE_ENV = 'development' #开发环境配置 @@ -11,7 +21,7 @@ # 服务地址 VITE_APP_URL = https://wrj.shuixiongit.com/api -#VITE_APP_URL= http://192.168.1.168 rjg +#VITE_APP_URL= http://192.168.1.168 #VITE_APP_URL= http://192.168.1.33 #新大屏地址 VITE_APP_DASHBOARD_URL = 'https://wrj.shuixiongit.com/command-center-dashboard/' @@ -20,7 +30,7 @@ VITE_APP_AREA_NAME = https://wrj.shuixiongit.com # ws地址 -VITE_APP_WS_API_URL = wss://wrj.shuixiongit.com +VITE_APP_WS_API_URL = wss://wrj.shuixiongit.com/drone-wss/api/v1/ws # 航线文件地址 VITE_APP_AIRLINE_URL = https://wrj.shuixiongit.com/minio/cloud-bucket -- Gitblit v1.9.3