ZhangXianQiang
2024-05-06 2931d7d02bae8c424833f4d3f3b7973926d9a35d
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();
  }
}