huweili-cesium 1.2.10 → 1.2.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.vue +2 -1
  2. package/package.json +1 -1
package/index.vue CHANGED
@@ -292,7 +292,8 @@ const initCesium = async () => {
292
292
  startContinuousRendering(map)
293
293
  } catch (error) {
294
294
  mapStore.setMapLoadSta(MapLoadStatus.FAILED, props.mapId) // 设置地图加载状态为失败
295
- console.error('Cesium 地图加载失败:', error)
295
+ console.error('Cesium 地图加载失败:', error)
296
+ }
296
297
  }
297
298
 
298
299
  let animationId = null
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "huweili-cesium",
3
- "version": "1.2.10",
3
+ "version": "1.2.11",
4
4
  "description": "基于 Cesium 的地图工具库(无人机态势、轨迹、围栏、工具栏等)",
5
5
  "type": "module",
6
6
  "main": "./index.js",