pages/map/scene.vue
@@ -234,6 +234,7 @@ // } } this.refreshMapLaserData() @@ -380,6 +381,7 @@ }, async clickStartConstructScene() { try { this.mapId = "" if (this.opType == "extend") { await addMap(this.ip, this.sceneName, "extend") this.opSceneType = 'scan' @@ -438,6 +440,7 @@ uni.showLoading({ title: "开始扫描地图" }) this.mapId = "" this.opSceneType = 'scan' @@ -600,6 +603,7 @@ } } } setTimeout(this.refreshMapLaserData, 1000); } catch (ex) { showToast(ex)