From de83fb2b99832c2d9ae1dae10d21e8ec6cbb76a3 Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Thu, 18 Sep 2025 14:54:57 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=8E=BB=E6=8E=89=E8=BD=AE=E8=AE=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 84c8289..026b3e9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -33,8 +33,6 @@ const init = async () => { if (isLogin) { await initApp(); - - sidebarStore.startUnreadInfoPolling(); } else { sidebarStore.stopUnreadInfoPolling(); }