From e17811c1d7b1e6318af32a366d23bd586750b6d2 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期三, 27 十一月 2024 11:32:48 +0800
Subject: [PATCH] 2024 11 27

---
 src/layout/components/Navbar.vue |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
index efd5513..31f21e5 100644
--- a/src/layout/components/Navbar.vue
+++ b/src/layout/components/Navbar.vue
@@ -24,6 +24,15 @@
           </el-dropdown-menu>
         </el-dropdown>
       </div>
+      <div style="margin-left: 5px;">
+        <el-tooltip content="閫氱煡鍏憡" effect="dark">
+          <router-link :to="{ path: '/notice' }">
+            <i class="el-icon-message-solid"></i>
+          </router-link>
+         
+        </el-tooltip>
+
+      </div>
 
       <div>
         <template v-if="device !== 'mobile'">

--
Gitblit v1.8.0