diff --git a/src/views/oneMap/BIM/WangJiaPIng.vue b/src/views/oneMap/BIM/WangJiaPIng.vue index b6860fb..1bf25ae 100644 --- a/src/views/oneMap/BIM/WangJiaPIng.vue +++ b/src/views/oneMap/BIM/WangJiaPIng.vue @@ -285,7 +285,7 @@ }); }, function (xhr) { - console.log(Math.floor((xhr.loaded / xhr.total) * 100)); + // console.log(Math.floor((xhr.loaded / xhr.total) * 100)); } ); }; @@ -453,7 +453,7 @@ Renderer.value.render(Scene, Camera.value); LabelRenderer.value.render(Scene, Camera.value); const delta = clock.getDelta(); - console.log(Camera.value); + // console.log(Camera.value); }; // 创建气泡窗 diff --git a/src/views/oneMap/BIM/WangJiaPIng.vue b/src/views/oneMap/BIM/WangJiaPIng.vue index b6860fb..1bf25ae 100644 --- a/src/views/oneMap/BIM/WangJiaPIng.vue +++ b/src/views/oneMap/BIM/WangJiaPIng.vue @@ -285,7 +285,7 @@ }); }, function (xhr) { - console.log(Math.floor((xhr.loaded / xhr.total) * 100)); + // console.log(Math.floor((xhr.loaded / xhr.total) * 100)); } ); }; @@ -453,7 +453,7 @@ Renderer.value.render(Scene, Camera.value); LabelRenderer.value.render(Scene, Camera.value); const delta = clock.getDelta(); - console.log(Camera.value); + // console.log(Camera.value); }; // 创建气泡窗 diff --git a/src/views/oneMap/components/ZHQL.vue b/src/views/oneMap/components/ZHQL.vue index 4ad63a3..9bcf91b 100644 --- a/src/views/oneMap/components/ZHQL.vue +++ b/src/views/oneMap/components/ZHQL.vue @@ -6,107 +6,7 @@