后道标签过滤
This commit is contained in:
@@ -209,7 +209,7 @@ export default {
|
||||
console.log('错误: 处理MQTT消息时发生错误:', error)
|
||||
}
|
||||
},
|
||||
|
||||
/// ====================== 重复消息过滤 =========================
|
||||
isDuplicateMessage(labelCode, messageTime) {
|
||||
try {
|
||||
if (!messageTime) return false
|
||||
@@ -271,6 +271,7 @@ export default {
|
||||
console.log('错误: 清理过期消息时发生错误:', error)
|
||||
}
|
||||
},
|
||||
/// ================================================================
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user