From e338647105dd765ea85c13bd60cee4473b49e64a Mon Sep 17 00:00:00 2001 From: yyy <2605810609@qq.com> Date: Thu, 6 Mar 2025 09:00:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mapPage/realTimeMap/editMap.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/mapPage/realTimeMap/editMap.vue b/src/views/mapPage/realTimeMap/editMap.vue index 2409b26d..93b92910 100644 --- a/src/views/mapPage/realTimeMap/editMap.vue +++ b/src/views/mapPage/realTimeMap/editMap.vue @@ -2168,10 +2168,10 @@ const getMapList = async () => { imgBgObj.positionMapId = res.id imgBgObj.floor = res.floor imgBgObj.area = res.area - // imgBgObj.width = yamlJson.width - // imgBgObj.height = yamlJson.height - imgBgObj.width = 1423 - imgBgObj.height = 1406 + imgBgObj.width = yamlJson.width + imgBgObj.height = yamlJson.height + // imgBgObj.width = 1423 + // imgBgObj.height = 1406 imgBgObj.origin = yamlJson.origin imgBgObj.resolution = yamlJson.resolution // 调转换成png的接口