无人机sn
This commit is contained in:
@@ -22,10 +22,9 @@
|
||||
</template>
|
||||
<script setup>
|
||||
import { computed, nextTick, onMounted, ref } from 'vue'
|
||||
// import { useStore } from 'vuex'
|
||||
import useMapStore from '@/store/modules/map'
|
||||
const mapStore = useMapStore()
|
||||
const Detail = ref(null)
|
||||
// const store = useStore()
|
||||
const data = computed(() => mapStore.windowInfo.data)
|
||||
const ip = '198.16.74.210'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user