From 2bf3fda0cd085d5e6af9b55471701e44768d26a9 Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期三, 20 十二月 2023 15:47:07 +0800 Subject: [PATCH] yxh:修改了银行账户管理 --- src/layout/components/Navbar.vue | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 9cbc66b..166cfcd 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -113,20 +113,20 @@ }; }, mounted() { - this.returs(); + // this.returs(); }, methods: { - async returs() { - await listSystemmessageCount() - .then((res) => { - this.badgeVal = res.data; - - if (this.badgeVal > 0) { - this.isBadgeHidden = false; - } - }) - .catch((error) => {}); - }, +// async returs() { +// await listSystemmessageCount() +// .then((res) => { +// this.badgeVal = res.data; +// console.log('璺�'); +// if (this.badgeVal > 0) { +// this.isBadgeHidden = false; +// } +// }) +// .catch((error) => {}); +// }, clickMessage() { this.$router.push({ path: "/message", -- Gitblit v1.9.3