#
1
2025-12-19 aa6c2d4ed63195e007b44007c29547f1d66c7b49
src/main/webapp/static/js/console.js
@@ -129,7 +129,7 @@
        let floor = areas[i].text
        let barcodes = areas[i].barcode
        floorId = areas[i].id
        var position = (i+1)*100
        var position = (i+1)*50 + 400
        floorBtn =
            "<button class='floorBtn btn-16' onclick='changFloor("+i+")' style='top: "+position+"px;'>" + floor +"</button>"
        if (mapInfo.areas[0].floors.length == 1) {