diff --git a/src/layout/components/header-notice.vue b/src/layout/components/header-notice.vue index 997995a..4751627 100644 --- a/src/layout/components/header-notice.vue +++ b/src/layout/components/header-notice.vue @@ -223,7 +223,7 @@ }); }; - queryUnReadNum(); + // queryUnReadNum(); /* 清空通知 */ const clearNotice = () => { @@ -240,7 +240,7 @@ unReadTodo.value = 0; }; - query(); + // query();