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) {} }) } // 扫码器实时数据获取