From e4bc365cdca026cf7c94717eb5fad3b80cce1567 Mon Sep 17 00:00:00 2001 From: shuishen <1109946754@qq.com> Date: Thu, 22 Jan 2026 16:00:24 +0800 Subject: [PATCH] feat:添加地形及报错处理 --- applications/drone-command/env/.env.development | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/applications/drone-command/env/.env.development b/applications/drone-command/env/.env.development index 35a5ad4..368f458 100644 --- a/applications/drone-command/env/.env.development +++ b/applications/drone-command/env/.env.development @@ -2,7 +2,7 @@ # @Author : yuan # @Date : 2026-01-07 14:58:30 # @LastEditors : yuan - # @LastEditTime : 2026-01-17 10:15:51 + # @LastEditTime : 2026-01-22 15:51:00 # @FilePath : \applications\drone-command\env\.env.development # @Description : # Copyright 2026 OBKoro1, All Rights Reserved. @@ -30,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