From 243fcabdb959f21c33ea05e805f39b798d83098b Mon Sep 17 00:00:00 2001 From: chenyao <1219716595@qq.com> Date: Tue, 08 Apr 2025 08:36:15 +0800 Subject: [PATCH] feat:增加航线文件前缀地址配置 --- .env.test | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.env.test b/.env.test index a429d58..3ed2c36 100644 --- a/.env.test +++ b/.env.test @@ -3,3 +3,5 @@ VITE_APP_ENV = 'test' # 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