plc连接状态修改

This commit is contained in:
17630416519 2026-01-21 17:29:10 +08:00
parent 34dda2b8ca
commit 948a90f950

View File

@ -56,9 +56,9 @@ const getList = async () => {
onMounted(() => {
getList()
setInterval(() => {
getList()
}, 5000)
// setInterval(() => {
// getList()
// }, 5000)
})
</script>