From 42ea8c6cba21c555e254ac41ce976d7c2f9366f6 Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期日, 12 五月 2024 08:01:16 +0800
Subject: [PATCH] 各bug修复

---
 src/view/index.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/view/index.vue b/src/view/index.vue
index 2d2d851..60b94d2 100644
--- a/src/view/index.vue
+++ b/src/view/index.vue
@@ -462,6 +462,7 @@
 			}
 			this.getPower()
       this.timer&&clearInterval(this.timer);
+      this.checkForUnreadData()
       this.timer = setInterval(()=>{
         this.checkForUnreadData()
       },30000)

--
Gitblit v1.9.3