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/task-work-order/env/.env.test |   63 ++++++++++++++-----------------
 1 files changed, 28 insertions(+), 35 deletions(-)

diff --git a/applications/task-work-order/env/.env.test b/applications/task-work-order/env/.env.test
index 2ebce81..71ff553 100644
--- a/applications/task-work-order/env/.env.test
+++ b/applications/task-work-order/env/.env.test
@@ -1,47 +1,40 @@
-NODE_ENV = 'test'
+###
+ # @Author       : yuan
+ # @Date         : 2026-02-03 13:46:08
+ # @LastEditors  : yuan
+ # @LastEditTime : 2026-02-03 15:44:11
+ # @FilePath     : \applications\task-work-order\env\.env.test
+ # @Description  : 
+ # Copyright 2026 OBKoro1, All Rights Reserved. 
+ # 2026-02-03 13:46:08
+### 
+###
+ # @Author       : yuan
+ # @Date         : 2026-02-03 13:46:08
+ # @LastEditors  : yuan
+ # @LastEditTime : 2026-02-03 15:44:01
+ # @FilePath     : \applications\task-work-order\env\.env.test
+ # @Description  : 
+ # Copyright 2026 OBKoro1, All Rights Reserved. 
+ # 2026-02-03 13:46:08
+### 
+NODE_ENV='test'
 
 #开发环境配置
-VITE_APP_ENV = 'test'
-
-#接口地址
-VITE_APP_API=/api
-
-#页面基础路径
-VITE_APP_BASE=/task-work-order
+VITE_APP_ENV='test'
 
 # 服务地址
-VITE_APP_URL = https://wrj.shuixiongit.com/api
-#VITE_APP_URL= http://192.168.1.168 rjg
-#VITE_APP_URL= http://192.168.1.33
-#新大屏地址
-VITE_APP_DASHBOARD_URL = 'https://wrj.shuixiongit.com/command-center-dashboard/'
+VITE_APP_URL=https://wrj.shuixiongit.com/api
 
-# 域名
-VITE_APP_AREA_NAME = https://wrj.shuixiongit.com
+#新大屏地址
+VITE_APP_DASHBOARD_URL='https://wrj.shuixiongit.com/command-center-dashboard/'
 
 # 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_TERRAIN_URL = https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_terrain/
-
-# 算法仓库图片地址
-VITE_APP_PICTURE_URL = https://wrj.shuixiongit.com/aiskyminio/cloud-bucket
+VITE_APP_AIRLINE_URL=https://wrj.shuixiongit.com/minio/cloud-bucket
 
 # 行政区划存放地址
-VITE_APP_REGION_URL = https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_region
-# 是否在打包时开启压缩,支持 gzip 和 brotli
-VITE_BUILD_COMPRESS = gzip
+VITE_APP_REGION_URL=https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_region
 
-#页面基础路径
-# VITE_APP_BASE_COMMAND = /drone-web-manage/
-
-#天地图token 浏览器端口
-VITE_APP_TDT_TOKEN = e110584a27d506da2740edca951683f4
-VITE_APP_CESIUM_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJkYTZlNGNlYS01NTU1LTQ1MGEtYmNlZS0yNTE2NDk5YWM2MjEiLCJpZCI6MTc5Njk2LCJpYXQiOjE3MDA1NDcwMjV9.qcl4AH2731cfFd0-I1ZLUINPXqvglLkDFD-UGR2zU5M
-
-# 设备ip地址
-VITE_APP_DEVICE_IP = '139.196.74.78:1883'

--
Gitblit v1.9.3