This commit is contained in:
qsh
2024-07-02 10:35:32 +08:00
parent 7e049dfd08
commit c2eac572c0

View File

@@ -34,9 +34,9 @@ onMounted(() => {
// 首次加载小红点 // 首次加载小红点
getUnreadCount() getUnreadCount()
// 轮询刷新小红点 // 轮询刷新小红点
msgInterval.value = setInterval(() => { // msgInterval.value = setInterval(() => {
getUnreadCount() // getUnreadCount()
}, 1000 * 60 * 2) // }, 1000 * 60 * 2)
}) })
onUnmounted(() => { onUnmounted(() => {