From d0bc24aa385535a38b9cbb9e704b0b9b4c649651 Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期一, 03 六月 2024 11:01:05 +0800
Subject: [PATCH] 1
---
src/layout/components/userbar.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/layout/components/userbar.vue b/src/layout/components/userbar.vue
index 133f4cc..9799825 100644
--- a/src/layout/components/userbar.vue
+++ b/src/layout/components/userbar.vue
@@ -166,7 +166,8 @@
},
//鏄剧ず鐭秷鎭�
showMsg(){
- this.msg = true
+ //this.msg = true
+ this.$router.push({path: '/notification/notice/newsmail'});
},
//鏍囪宸茶
markRead(){
--
Gitblit v1.9.3