perf: 去掉轮训
This commit is contained in:
@ -33,8 +33,6 @@ const init = async () => {
|
|||||||
|
|
||||||
if (isLogin) {
|
if (isLogin) {
|
||||||
await initApp();
|
await initApp();
|
||||||
|
|
||||||
sidebarStore.startUnreadInfoPolling();
|
|
||||||
} else {
|
} else {
|
||||||
sidebarStore.stopUnreadInfoPolling();
|
sidebarStore.stopUnreadInfoPolling();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user