applications/drone-command/src/utils/cesium/publicCesium.js
@@ -159,7 +159,7 @@ terrainLoadCallback?.() }) } else { // 正则:第一位非0,第二位任意数字,后10位都是0 /*// 正则:第一位非0,第二位任意数字,后10位都是0 const re = /^[1-9]\d0{10}$/ let result = null @@ -186,7 +186,7 @@ }).then(terrainProvider => { this.viewer.terrainProvider = terrainProvider terrainLoadCallback?.() }) })*/ } } catch (error) { console.error('地形加载失败:', error)