From a8b8b40b8b849def3a02cd3d655bdfd449d1c44f Mon Sep 17 00:00:00 2001 From: 罗广辉 <guanghui.luo@foxmail.com> Date: Sat, 31 Jan 2026 17:21:50 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- applications/task-work-order/env/.env.development | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/applications/task-work-order/env/.env.development b/applications/task-work-order/env/.env.development index deb6289..15492be 100644 --- a/applications/task-work-order/env/.env.development +++ b/applications/task-work-order/env/.env.development @@ -2,12 +2,12 @@ # @Author : yuan # @Date : 2026-01-07 14:58:30 # @LastEditors : yuan - # @LastEditTime : 2026-01-16 11:02:24 + # @LastEditTime : 2026-01-28 09:21:21 # @FilePath : \applications\task-work-order\env\.env.development - # @Description : - # Copyright 2026 OBKoro1, All Rights Reserved. + # @Description : + # Copyright 2026 OBKoro1, All Rights Reserved. # 2026-01-07 14:58:30 -### +### NODE_ENV = 'development' #开发环境配置 @@ -15,7 +15,9 @@ #开发环境代理地址(推荐本地新建文件 .env.development.local 来进行覆盖) # VITE_APP_URL = https://wrj.shuixiongit.com/api -VITE_APP_URL= http://192.168.1.168 +VITE_APP_URL= http://192.168.1.227 + + #新大屏地址 VITE_APP_DASHBOARD_URL = 'https://wrj.shuixiongit.com/command-center-dashboard/' @@ -29,8 +31,6 @@ # 航线文件地址 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_REGION_URL = https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_region # 算法仓库图片地址 -- Gitblit v1.9.3