From 46cdda27d21f30b4e87018e76e438d11c75c7108 Mon Sep 17 00:00:00 2001 From: 罗广辉 <guanghui.luo@foxmail.com> Date: Fri, 08 Aug 2025 15:38:03 +0800 Subject: [PATCH] feat: 下载逻辑 --- .env.development | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.development b/.env.development index 1fbe070..e35d854 100644 --- a/.env.development +++ b/.env.development @@ -4,10 +4,10 @@ # @LastEditors : yuan # @LastEditTime : 2025-07-29 16:15:31 # @FilePath : \.env.development - # @Description : - # Copyright 2025 OBKoro1, All Rights Reserved. + # @Description : + # Copyright 2025 OBKoro1, All Rights Reserved. # 2025-07-29 15:59:42 -### +### NODE_ENV = 'development' #开发环境配置 @@ -30,7 +30,7 @@ VITE_APP_AREA_NAME = https://wrj.shuixiongit.com # ws地址 -VITE_APP_WS_API_URL = wss://wrj.shuixiongit.com +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