吉安感知网项目-前端
shuishen
2026-01-12 42da72b00e5a709478c6e82477a63360f93a7a8e
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)