吉安感知网项目-前端
罗广辉
2026-01-12 6c415c477fa47d1dafccfd8a6a24364fc0d50b25
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)