智慧园区前端大屏
shuishen
2024-10-31 f789d1d5841d0f8feefc16570189304c9d9204a9
1
2
3
4
5
6
7
8
9
10
11
12
<template>
</template>
 
<script setup>
import { getViewer } from 'utils/getViewer'
const globalViewer = getViewer()
globalViewer.exportScene()
const emit = defineEmits(['closeChild'])
emit('closeChild')
</script>
 
<style lang="scss" scoped></style>