From 89380e6260a75d1d3b94de687ebcc2f50d50659d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 03 Feb 2026 15:44:33 +0800
Subject: [PATCH] feat:环境变量配置调整

---
 applications/drone-command/env/.env.development |   30 ++++++++++++++----------------
 1 files changed, 14 insertions(+), 16 deletions(-)

diff --git a/applications/drone-command/env/.env.development b/applications/drone-command/env/.env.development
index 82b533b..783496d 100644
--- a/applications/drone-command/env/.env.development
+++ b/applications/drone-command/env/.env.development
@@ -1,41 +1,39 @@
 ###
  # @Author       : yuan
- # @Date         : 2026-01-07 14:58:30
+ # @Date         : 2026-01-31 14:34:31
  # @LastEditors  : yuan
- # @LastEditTime : 2026-01-26 17:29:11
+ # @LastEditTime : 2026-02-03 14:21:15
  # @FilePath     : \applications\drone-command\env\.env.development
  # @Description  : 
  # Copyright 2026 OBKoro1, All Rights Reserved. 
- # 2026-01-07 14:58:30
+ # 2026-01-31 14:34:31
 ### 
-NODE_ENV = 'development'
+NODE_ENV='development'
 
 #开发环境配置
-VITE_APP_ENV = 'development'
+VITE_APP_ENV='development'
 
 
 #开发环境代理地址(推荐本地新建文件 .env.development.local 来进行覆盖)
-# VITE_APP_URL = https://wrj.shuixiongit.com/api
-VITE_APP_URL= http://192.168.1.204
+# VITE_APP_URL=https://wrj.shuixiongit.com/api
+VITE_APP_URL=http://192.168.1.33
 
 #新大屏地址
-VITE_APP_DASHBOARD_URL = 'https://wrj.shuixiongit.com/command-center-dashboard/'
+VITE_APP_DASHBOARD_URL='https://wrj.shuixiongit.com/command-center-dashboard/'
 
 # 域名
-VITE_APP_AREA_NAME = https://wrj.shuixiongit.com
+VITE_APP_AREA_NAME=https://wrj.shuixiongit.com
 
 # ws地址
-VITE_APP_WS_API_URL = wss://wrj.shuixiongit.com/drone-wss/api/v1/ws
+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
+VITE_APP_AIRLINE_URL=https://wrj.shuixiongit.com/minio/cloud-bucket
 
-# 地形存放
-VITE_APP_TERRAIN_URL = https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_c_uas/
 # 行政区划存放地址
-VITE_APP_REGION_URL = https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_region
+VITE_APP_REGION_URL=https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_region
 # 算法仓库图片地址
-VITE_APP_PICTURE_URL = https://wrj.shuixiongit.com/aiskyminio/cloud-bucket
+VITE_APP_PICTURE_URL=https://wrj.shuixiongit.com/aiskyminio/cloud-bucket
 
 # 设备ip地址
-VITE_APP_DEVICE_IP = '139.196.74.78:1883'
+VITE_APP_DEVICE_IP='139.196.74.78:1883'

--
Gitblit v1.9.3