opt:优化出库逻辑增加平库判断

This commit is contained in:
zhangzq
2026-06-15 16:55:35 +08:00
parent 88d1a8e8bb
commit 8a3caa4126
31 changed files with 234 additions and 78 deletions

View File

@@ -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>