xiangpei
2024-07-23 8d5e3919b20459b95ed3d978e3814f8a7f18d51f
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();
  }
}