From 3d22070bfae9c8866a1cf63a05918d745dede898 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Thu, 22 May 2025 16:40:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 573836c..fdd221c 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -153,7 +153,7 @@ export default { uuid: '', noticeNum: this.$store.state.user.noticeNum, toDoNum: this.$store.state.user.toDoNum, - isShowToDo: false, + isShowToDo: true, } }, watch: { @@ -165,12 +165,12 @@ export default { }, }, mounted() { - if (this.$store.state.user.thisIds.intoStatus === '3') { - this.isShowToDo = true - this.getToDoNum() - } else { - this.isShowToDo = false - } + // if (this.$store.state.user.thisIds.intoStatus === '3') { + // this.isShowToDo = true + // this.getToDoNum() + // } else { + // this.isShowToDo = false + // } this.getNoticeNum() }, computed: {