From 5f395581a14872e3107585b373789a3bdecc5b10 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 31 Mar 2026 11:36:24 +0800
Subject: [PATCH] feat: 删除无用文件

---
 applications/drone-command/env/.env.test |   18 +++---------------
 1 files changed, 3 insertions(+), 15 deletions(-)

diff --git a/applications/drone-command/env/.env.test b/applications/drone-command/env/.env.test
index 4ff57d9..7a42f06 100644
--- a/applications/drone-command/env/.env.test
+++ b/applications/drone-command/env/.env.test
@@ -4,10 +4,10 @@
  # @LastEditors  : yuan
  # @LastEditTime : 2026-02-04 09:12:33
  # @FilePath     : \applications\drone-command\env\.env.test
- # @Description  : 
- # Copyright 2026 OBKoro1, All Rights Reserved. 
+ # @Description  :
+ # Copyright 2026 OBKoro1, All Rights Reserved.
  # 2026-01-07 14:58:30
-### 
+###
 NODE_ENV = 'test'
 
 #开发环境配置
@@ -16,20 +16,8 @@
 # 服务地址
 VITE_APP_URL = http://192.168.1.33
 
-# 域名
-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_AIRLINE_URL = https://wrj.shuixiongit.com/minio/cloud-bucket
-
-# 算法仓库图片地址
-VITE_APP_PICTURE_URL = https://wrj.shuixiongit.com/aiskyminio/cloud-bucket
-
-# 行政区划存放地址
-VITE_APP_REGION_URL = https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_region
 
 # 设备ip地址
 VITE_APP_DEVICE_IP = '139.196.74.78:1883'

--
Gitblit v1.9.3