src/components/tools/LayerTree.vue
@@ -323,7 +323,6 @@ */ function addTetrahedron() { getSafePoint().then((res) => { console.log(res,'resresresres') const geoJsonData = convertToGeoJson(res.data); // 转换为 GeoJSON // 加载 GeoJSON 数据到地图 loadAreaPolygon(geoJsonData, true).then((entities) => {