zhangwencui
2 天以前 b593cca1f3d3515fc231007caa54121193156ad8
src/layout/components/Navbar.vue
@@ -144,11 +144,11 @@
      }
    });
    // 定时刷新未读数量(每30秒)
    // unreadCountTimer = setInterval(() => {
    //   if (notificationCenterRef.value) {
    //     notificationCenterRef.value.loadUnreadCount()
    //   }
    // }, 30000)
    unreadCountTimer = setInterval(() => {
      if (notificationCenterRef.value) {
        notificationCenterRef.value.loadUnreadCount();
      }
    }, 30000);
  });
  // 监听 popover 显示状态,打开时加载消息列表