fuliqi
2025-01-16 88ad0c93b99ee8a8bf84be87c2cd8c06d2591640
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();
  }
}