src/assets/js/Layer/mapViewer.js
@@ -38,13 +38,15 @@ } if (Cesium.defined(nPickFeature)) { if(nPickFeature.id && nPickFeature.id.properties){ mapInfo.setGeoJsonInfo(nPickFeature.id.properties) }else if(nPickFeature && nPickFeature.getProperty("name")){ if(nPickFeature.getProperty("name") == "DLJQT0007"){ store.state.isShowVideo= true; } } } if(store.state.isQueryFalag){ console.log(coordinate) store.state.isQyeryCoord = coordinate; }