From 1078b2b0aa0ea6689164c296cae34e062ca9b9f9 Mon Sep 17 00:00:00 2001 From: shichao <17568097882@163.com> Date: Wed, 11 Feb 2026 13:49:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=A3=9E=E8=A1=8C=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=EF=BC=8C=E6=9B=B4=E6=8D=A2python=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 5 +- .../FlowChart/src/FlowChartToolbar.vue | 2 +- src/components/MapboxMaps/MapComponent.vue | 2 +- .../header/components/notify/index.vue | 2 +- src/plugin/video/index.ts | 1 - src/utils/env.ts | 2 + .../demo/changedetection/imageContrast.vue | 1 - .../workmanagement/flightcontrol/index.vue | 51 +++++++----- .../flightcontrol/src/UavBox.vue | 24 ++++-- .../flightoperation/src/AirportLive.vue | 25 ++++-- .../flightoperation/src/LivePreview.vue | 78 ++++++++++++++++--- .../ProjectList/AddProject/index.vue | 34 ++++---- types/config.d.ts | 1 + 13 files changed, 161 insertions(+), 67 deletions(-) diff --git a/.env.development b/.env.development index 5ec782c..36aa85c 100644 --- a/.env.development +++ b/.env.development @@ -31,10 +31,11 @@ VITE_GLOB_MEDIALIBRARY_IMAGE_URL = http://175.27.168.120:6013/test/ VITE_GLOB_APP_HEADER_TITLE = 低空数智平台 VITE_GLOB_PY_URL = http://192.168.10.131:9309 +VITE_GLOB_PY_WS_URL = ws://192.168.10.131:9309 VITE_GLOB_MQTT_URL = wrj.wisestcity.com VITE_GLOB_MQTT_PORT = 6010 -VITE_GLOB_APP_RTMP_URL = rtmp://wrj.wisestcity.com:8081 -VITE_GLOB_APP_FLV_URL = http://wrj.wisestcity.com:8081 +VITE_GLOB_APP_RTMP_URL = rtmp://wrj.wisestcity.com:1986 +VITE_GLOB_APP_FLV_URL = http://wrj.wisestcity.com:1986 VITE_GLOB_SRS_API_URL = http://wrj.wisestcity.com:1985 \ No newline at end of file diff --git a/src/components/FlowChart/src/FlowChartToolbar.vue b/src/components/FlowChart/src/FlowChartToolbar.vue index b0f9227..42e4085 100644 --- a/src/components/FlowChart/src/FlowChartToolbar.vue +++ b/src/components/FlowChart/src/FlowChartToolbar.vue @@ -1,7 +1,7 @@