xiangpei
2024-08-16 0a54982dfa88d09f08d6d77d52316ff7e5b381f8
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();
  }
}