This commit is contained in:
gxwebsoft
2023-06-04 00:35:09 +08:00
parent 552dde6cb1
commit 6fcff7b0e1

View File

@@ -223,7 +223,7 @@
});
};
queryUnReadNum();
// queryUnReadNum();
/* 清空通知 */
const clearNotice = () => {
@@ -240,7 +240,7 @@
unReadTodo.value = 0;
};
query();
// query();
</script>
<script lang="ts">