智慧园区前端大屏
shuishen
2024-11-27 00468a057ca642bc535dfdf80c7c1c7716eea4f0
src/views/companyInfo/index.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2024-11-08 11:00:30
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2024-11-25 16:45:39
 * @LastEditTime: 2024-11-27 19:16:37
 * @FilePath: \bigScreen\src\views\companyInfo\index.vue
 * @Description:
 *
@@ -41,11 +41,11 @@
curCompanyWall.addOverlay(wall)
onMounted(() => {
  window.$viewer.flyTo(curCompanyWall)
  window.$viewer && window.$viewer.flyTo(curCompanyWall)
})
onUnmounted(() => {
  window.$viewer.removeLayer(curCompanyWall)
  window.$viewer && window.$viewer.removeLayer(curCompanyWall)
})
const handleChildEvent = (data) => {