From a64543f9746d5d52b42e7f001f7a0d645cf3e596 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Fri, 06 Feb 2026 10:13:16 +0800
Subject: [PATCH] feat:更新任务工单

---
 applications/task-work-order/env/.env |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/applications/task-work-order/env/.env b/applications/task-work-order/env/.env
index fd35dce..40e8b57 100644
--- a/applications/task-work-order/env/.env
+++ b/applications/task-work-order/env/.env
@@ -1,6 +1,9 @@
 #接口地址
 VITE_APP_API=/api
 
+# 开发环境代理接口地址
+VITE_APP_URL=http://192.168.1.168
+
 #开发环境代理接口地址-xt
 VITE_APP_API_XT=/apiXT
 
@@ -20,6 +23,7 @@
 VITE_BUILD_COMPRESS=gzip
 
 # 预览地址 previewURL
-VITE_APP_PREVIEW_URL=http://192.168.1.36:8012
+VITE_APP_PREVIEW_URL=http://218.202.104.82:8012
 
-VITE_APP_TERRAIN_URL=https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_c_uas/
\ No newline at end of file
+#地形服务地址
+VITE_APP_TERRAIN_URL=https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_c_uas/

--
Gitblit v1.9.3