opt:优化出库逻辑增加平库判断
This commit is contained in:
@@ -422,7 +422,7 @@
|
||||
document.getElementById('footer-sync').textContent = 'DATA SYNC: REALTIME';
|
||||
document.getElementById('load-port-dot').style.display = 'block';
|
||||
fetchData();
|
||||
fetchTimer = setInterval(fetchData, 1000);
|
||||
fetchTimer = setInterval(fetchData, 5000);
|
||||
}
|
||||
|
||||
function stopFetchData() {
|
||||
@@ -496,4 +496,4 @@
|
||||
</script>
|
||||
|
||||
|
||||
</body></html>
|
||||
</body></html>
|
||||
|
||||
Reference in New Issue
Block a user