From dd57e0e9a989e7ee8b3e3473a7ee6a1dff06a4ae Mon Sep 17 00:00:00 2001 From: 张含笑 <zhx18749296735@163.com> Date: Tue, 27 Jan 2026 17:19:04 +0800 Subject: [PATCH] feat:调整加载 --- applications/drone-command/env/.env.development | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) diff --git a/applications/drone-command/env/.env.development b/applications/drone-command/env/.env.development index 3225ff7..82b533b 100644 --- a/applications/drone-command/env/.env.development +++ b/applications/drone-command/env/.env.development @@ -1,3 +1,13 @@ +### + # @Author : yuan + # @Date : 2026-01-07 14:58:30 + # @LastEditors : yuan + # @LastEditTime : 2026-01-26 17:29:11 + # @FilePath : \applications\drone-command\env\.env.development + # @Description : + # Copyright 2026 OBKoro1, All Rights Reserved. + # 2026-01-07 14:58:30 +### NODE_ENV = 'development' #开发环境配置 @@ -6,7 +16,7 @@ #开发环境代理地址(推荐本地新建文件 .env.development.local 来进行覆盖) # VITE_APP_URL = https://wrj.shuixiongit.com/api -VITE_APP_URL= http://192.168.1.33:81 +VITE_APP_URL= http://192.168.1.204 #新大屏地址 VITE_APP_DASHBOARD_URL = 'https://wrj.shuixiongit.com/command-center-dashboard/' @@ -20,8 +30,8 @@ # 航线文件地址 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_TERRAIN_URL = https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_c_uas/ # 行政区划存放地址 VITE_APP_REGION_URL = https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_region # 算法仓库图片地址 -- Gitblit v1.9.3