From 55fb3b56398be972b7e961ccf82970ece8739e64 Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期五, 10 十月 2025 15:28:45 +0800
Subject: [PATCH] test

---
 pages/map/scene.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/pages/map/scene.vue b/pages/map/scene.vue
index 8f93cbf..5e73943 100644
--- a/pages/map/scene.vue
+++ b/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)

--
Gitblit v1.9.1