From af6a15d93140f5cf01bbe3fe22cd89dd366883cc Mon Sep 17 00:00:00 2001 From: JouChun Date: Tue, 15 Oct 2024 22:20:37 -0400 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A8=93=E5=B1=A4=E5=B9=B3?= =?UTF-8?q?=E9=9D=A2=E5=9C=96=20route?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/SystemFloor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/SystemFloor.vue b/src/views/system/SystemFloor.vue index 654a0cd..e84b1a0 100644 --- a/src/views/system/SystemFloor.vue +++ b/src/views/system/SystemFloor.vue @@ -38,7 +38,7 @@ watch([() => currentFloor, () => asset_floor_chart], ([newValue, newChart]) => { asset_floor_chart.value.updateSvg( { full_name: newValue.value?.title, - path: `${FILE_BASEURL}/floor_map/22495db3-36cc-4778-8bf9-55e4e9a7145b.svg`, + path: `${FILE_BASEURL}/upload/floor_map/${newValue.value.map_url}`, }, defaultOption(newValue.value?.title, subscribeData.value.filter(d => d.device_coordinate).map(d => JSON.parse(d.device_coordinate)))