xiangpei
2024-09-06 82a392c9713a3959ec1ad566f62b6a7217f2b1ec
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();
  }
}