cuiqian2004
2025-10-10 55fb3b56398be972b7e961ccf82970ece8739e64
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)