| | |
| | | * @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: |
| | | * |
| | |
| | | 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) => { |