From 3d3609bc26c0e3ce1d3a8bdfbb7767dc7d15ccb1 Mon Sep 17 00:00:00 2001 From: 罗广辉 <guanghui.luo@foxmail.com> Date: Thu, 05 Feb 2026 10:21:56 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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