remove 无效代码

This commit is contained in:
wxs 2026-03-06 10:46:42 +08:00
parent 825c319d33
commit e19d2da93e

View File

@ -553,42 +553,6 @@ export default {
// window.open(window.config.homeUrl + 'monitor', '_blank')
// TODO
// this.resourceClick(this.resourceList.data[0])
return;
viewer.entities.add({
show: true,
id: 'image1',
name: '美女1',
rectangle: {
coordinates: DT.Cesium.Rectangle.fromDegrees(
115.914508,
40.357867,
115.916869,
40.361485
),
height: 0,
material: new DT.Cesium.ImageMaterialProperty({
image: process.env.BASE_URL + 'static/img/meinv.png',
transparent: 1
})
}
})
viewer.entities.add({
show: true,
id: 'image2',
name: '美女2',
rectangle: {
coordinates: DT.Cesium.Rectangle.fromDegrees(
115.914508,
40.357867,
115.916869,
40.361485
),
height: 100,
material: new DT.Cesium.ImageMaterialProperty({
image: process.env.BASE_URL + 'static/img/meinv.png',
})
}
})
},
beforeDestroy() {
if (handler) {