From a119e5a86c626cc6175cbfdbb236c34270fbe90c Mon Sep 17 00:00:00 2001 From: 罗广辉 <guanghui.luo@foxmail.com> Date: Mon, 07 Apr 2025 20:41:56 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- .env.development | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/.env.development b/.env.development index e59d6d9..b3359ea 100644 --- a/.env.development +++ b/.env.development @@ -8,3 +8,6 @@ # ws地址 VITE_APP_WS_API_URL = wss://wrj.shuixiongit.com/drone-wss/api/v1/ws +# 航线文件地址 +VITE_APP_AIRLINE_URL = https://wrj.shuixiongit.com/minio/cloud-bucket + -- Gitblit v1.9.3