xiangpei
2024-09-05 43afe36ba83f9171dce3c3ce42db980ee2e7b65b
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();
  }
}