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()
// 轮询刷新小红点
msgInterval.value = setInterval(() => {
getUnreadCount()
}, 1000 * 60 * 2)
// msgInterval.value = setInterval(() => {
// getUnreadCount()
// }, 1000 * 60 * 2)
})
onUnmounted(() => {