zy-acs-flow/src/map/insight/agv/AgvThree.js
@@ -169,8 +169,12 @@ } this.camera = null; this.objects = []; while (this.dom?.firstChild) { this.dom.removeChild(this.dom.firstChild); if (this.dom) { while (this.dom.firstChild) { if (this.dom.contains(this.dom.firstChild)) { this.dom.removeChild(this.dom.firstChild); } } } }