fuliqi
2024-09-30 e68547e2ed7d8668f1f0532c003a0f418ec85e23
src/views/screen/components/screen-map-three/experience/world/world.js
@@ -14,4 +14,8 @@
  update() {
    this.enviroment.update();
  }
  destroy() {
    this.enviroment.destroy();
    this.map.destroy();
  }
}