From d10c7c728234b5a9098b7bd5bb7a914a14e33c20 Mon Sep 17 00:00:00 2001 From: su1124 <1583764726@qq.com> Date: 星期五, 29 十二月 2023 18:37:28 +0800 Subject: [PATCH] su --- 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