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