feat: 前端增加控制反馈

This commit is contained in:
2026-04-08 23:12:31 +08:00
parent bffad61293
commit ec025f1c5c
2 changed files with 0 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
<script setup lang="ts">
import ControlPanel from '@/components/ControlPanel.vue'
import GpsMapPanel from '@/components/GpsMapPanel.vue'
import NetworkPanel from '@/components/NetworkPanel.vue'
import VideoPanel from '@/components/VideoPanel.vue'
@@ -27,7 +26,6 @@ const { gps, network, video, errorMessage, headerStatus } = useMonitoringData()
<main class="layout">
<VideoPanel :video="video" />
<ControlPanel />
<GpsMapPanel :gps="gps" />
<NetworkPanel :network="network" />
</main>