#
luxiaotao1123
2020-08-15 71333f8fbfc321bced0d7a3916e996de7fdac284
src/main/webapp/views/console.html
@@ -198,7 +198,7 @@
                <span>设备号</span>
            </div>
            <div class="form-item-input">
                <input type="text" name="siteId;" value="" disabled="disabled" style="width: 4rem">
                <input type="text" name="siteId" value="" disabled="disabled" style="width: 4rem">
            </div>
        </div>
        <div class="form-item" style="width: 25%">
@@ -405,7 +405,7 @@
        getCrnInfo();
        getSystemRunningStatus();
        getBarcodeInfo()
    }, 500);
    }, 1000);
    setInterval(function () {
        getSitesInfo();
    }, 3000);