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 | 14 ++++---------- 1 files changed, 4 insertions(+), 10 deletions(-) diff --git a/applications/drone-command/env/.env b/applications/drone-command/env/.env index fc813f9..4c6bfbe 100644 --- a/applications/drone-command/env/.env +++ b/applications/drone-command/env/.env @@ -1,13 +1,3 @@ -/* - * @Author : yuan - * @Date : 2026-01-07 14:58:30 - * @LastEditors : yuan - * @LastEditTime : 2026-02-03 15:43:33 - * @FilePath : \applications\drone-command\env\.env - * @Description : - * Copyright 2026 OBKoro1, All Rights Reserved. - * 2026-01-07 14:58:30 - */ #接口地址 VITE_APP_API=/api @@ -24,3 +14,7 @@ VITE_BUILD_COMPRESS=gzip VITE_APP_TERRAIN_URL=https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_c_uas/ + + +#父系统 +VITE_APP_PARENT_SYSTEM=http://219.146.74.42:8015/drone-web -- Gitblit v1.9.3