智慧园区前端大屏
linwe
2024-11-04 6436f06c84ceb0bf2d8771dbad1c9e8e80bb587e
src/views/layout/components/scomponents/baseMap.vue
@@ -288,22 +288,7 @@
  } else {
    global.$viewer.setTerrain()
  }
}
  let layer = new DC.HtmlLayer('layer')
  global.$viewer.addLayer(layer)
        let divIcon = new DC.DivIcon(
          new DC.Position(124, 24, 100),
          `<div class="public-map-popup">
            <div class="marsBlueGradientPnl">
              <div>指挥室</div>
            </div>
          </div>`
        )
        divIcon.setStyle({
        })
        layer.addOverlay(divIcon)
}
</script>
<style lang="scss" scoped>