From f64155f6ad27c50451bb7d4a15f553bc72ead7de Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期五, 12 九月 2025 14:35:26 +0800
Subject: [PATCH] 年龄计算相关
---
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