#
ytfl
1 天以前 f4603a10d8519827608636c5e7980b2d6d0be8e3
src/main/webapp/views/console.html
@@ -664,6 +664,14 @@
                }
            }
        });
        //获取RGV数据
        $.ajax({
            url: baseUrl + "/console/latest/data/rgv",
            headers: {'token': localStorage.getItem('token')},
            method: 'POST',
            success: function (res) {}
        })
    }
    // 扫码器实时数据获取