From d75d83bd2a1f4e13634f84f8a4de1f7457187b2b Mon Sep 17 00:00:00 2001 From: shuishen <1109946754@qq.com> Date: Thu, 05 Mar 2026 14:56:13 +0800 Subject: [PATCH] feat:部门管理,删除相关处理 --- applications/drone-command/env/.env.development | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) diff --git a/applications/drone-command/env/.env.development b/applications/drone-command/env/.env.development index 91e13eb..5e01e67 100644 --- a/applications/drone-command/env/.env.development +++ b/applications/drone-command/env/.env.development @@ -2,7 +2,7 @@ # @Author : yuan # @Date : 2026-01-31 14:34:31 # @LastEditors : yuan - # @LastEditTime : 2026-01-31 15:18:17 + # @LastEditTime : 2026-02-03 17:22:33 # @FilePath : \applications\drone-command\env\.env.development # @Description : # Copyright 2026 OBKoro1, All Rights Reserved. @@ -16,10 +16,7 @@ #开发环境代理地址(推荐本地新建文件 .env.development.local 来进行覆盖) # VITE_APP_URL=https://wrj.shuixiongit.com/api -VITE_APP_URL=http://192.168.1.33 - -#新大屏地址 -VITE_APP_DASHBOARD_URL='https://wrj.shuixiongit.com/command-center-dashboard/' +VITE_APP_URL=http://192.168.1.168 # 域名 VITE_APP_AREA_NAME=https://wrj.shuixiongit.com @@ -30,8 +27,6 @@ # 航线文件地址 VITE_APP_AIRLINE_URL=https://wrj.shuixiongit.com/minio/cloud-bucket -# 地形存放 -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