#
1
2025-10-20 4403382cccf10ad69d540bb9f79bd8edc2c9bba7
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) {