视频树数据

This commit is contained in:
2025-12-26 01:14:12 +08:00
parent a7f2ed7c8a
commit 5f52ac4956
6 changed files with 26 additions and 46 deletions

View File

@@ -23,10 +23,10 @@
<script setup>
import { computed, nextTick, onMounted, ref } from 'vue'
// import { useStore } from 'vuex'
const mapStore = useMapStore()
const Detail = ref(null)
// const store = useStore()
// const data = computed(() => store.state.mapStore.uavs.data)
const data = computed(() => mapStore.windowInfo.data)
const ip = '198.16.74.210'
onMounted(() => {