From fc15f2e904fade9e1505bad70b29829d7d99c124 Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期三, 05 六月 2024 12:04:59 +0800
Subject: [PATCH] 1

---
 src/layout/components/userbar.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/layout/components/userbar.vue b/src/layout/components/userbar.vue
index 133f4cc..3a0fa40 100644
--- a/src/layout/components/userbar.vue
+++ b/src/layout/components/userbar.vue
@@ -10,9 +10,10 @@
 			<el-icon><el-icon-sort /></el-icon>
 		</div> -->
 		<div class="msg panel-item" @click="showMsg">
-			<el-badge :hidden="msgList.length==0" :value="msgList.length" class="badge newbadge" type="danger">
+			<el-icon><el-icon-chat-dot-round /></el-icon>
+			<!-- <el-badge :hidden="msgList.length==0" :value="msgList.length" class="badge newbadge" type="danger">
 				<el-icon><el-icon-chat-dot-round /></el-icon>
-			</el-badge>
+			</el-badge> -->
 			<el-drawer title="鏂版秷鎭�" v-model="msg" :size="400" append-to-body destroy-on-close>
 				<el-container>
 					<el-main class="nopadding">
@@ -166,7 +167,8 @@
 			},
 			//鏄剧ず鐭秷鎭�
 			showMsg(){
-				this.msg = true
+				//this.msg = true
+				this.$router.push({path: '/notification/notice/newsmail'});
 			},
 			//鏍囪宸茶
 			markRead(){

--
Gitblit v1.9.3