From 3123e2167425db30677236bd863db621f0caeec3 Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期三, 05 六月 2024 11:54:42 +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