xiangpei
2024-08-01 59e70e07bd9cb986069b2e4dc2ee881701e601d9
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();
  }
}