视频树数据
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user