|
@@ -134,7 +134,7 @@ const Map: React.FC<MapProps> = ({ type, selFloorId, render, mapList, mapSize })
|
|
|
if (filterItem.length == 0) return;
|
|
|
//找到搜索的空间
|
|
|
changeSearchSpace(filterItem[0]);
|
|
|
- console.log('selectSpace2', filterItem[0]);
|
|
|
+ //console.log('selectSpace2', filterItem[0]);
|
|
|
left = -((filterItem[0] || {}).left || 0);
|
|
|
top = -((filterItem[0] || {}).top || 0);
|
|
|
var mapWrapWidth = (mapRef.current || {}).clientWidth || 0;
|