智慧园区前端大屏
shuishen
2024-12-26 ebc79da8a1c5a72fb9ec66da407692c0cde01eba
src/views/companyInfo/components/box/fireSource.vue
@@ -147,21 +147,6 @@
    rescueTeamList.value.forEach(item => {
      data.companyInfo[item.name] && (item.content = data.companyInfo[item.name])
    })
    let lng = companyInfoList.value.find(i => i.name == 'lng' && i.content != '')
    let lat = companyInfoList.value.find(i => i.name == 'lat' && i.content != '')
    if (lng && lat) {
      window.$viewer.zoomToPosition(new DC.Position(
        lng.content,
        lat.content,
        400,
        0,
        -90,
        0
      ), () => {
      })
    }
  }).catch(err => {
  })
}