#
LSH
2023-09-17 3ad10a6c23f8a0d8bcf7401cff20c563b21aa461
src/main/webapp/views/console.html
@@ -556,7 +556,6 @@
            headers: {'token': localStorage.getItem('token')},
            method: 'POST',
            success: function (res) {
                console.log(res);
                if (res.code === 200) {
                    var sites = res.data;
                    for (var i = 0; i < sites.length; i++) {