dashboard
repositories
filestore
activity
search
login
zhyq
/
bigScreen
智慧园区前端大屏
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
turf引入 图片静态资源引入 增加污染物处理菜单 风险源、企业分布上图样式调整 企业详情初始化定位调整
shuishen
2024-11-09
cdc5d53cb0f338685bf9e5d4d78b02d6c8867d9b
[zhyq/bigScreen.git]
/
src
/
views
/
layout
/
components
/
scomponents
/
tool
/
exportScene.vue
1
2
3
4
5
6
7
8
9
10
<template>
</template>
<script setup>
window.$viewer.exportScene()
const emit = defineEmits(['closeChild'])
emit('closeChild')
</script>
<style lang="scss" scoped></style>