From 8bfd657326eb9d4bd9b63920cfe3bd362cea4445 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Fri, 10 Oct 2025 20:59:07 +0800
Subject: [PATCH] Merge branch 'feature/v6.0/6.0.4' into prod

---
 src/page/index/top/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/page/index/top/index.vue b/src/page/index/top/index.vue
index 990496e..071eeec 100644
--- a/src/page/index/top/index.vue
+++ b/src/page/index/top/index.vue
@@ -15,7 +15,7 @@
         <top-lock v-if="setting.lock"/>
         <top-qna />
         <top-full v-if="setting.fullscreen" title="全屏"/>
-        <img class="gateway" @click="jumpMH" src="@/assets/images/mh.png" alt="进入门户" title="进入门户" width="20" height="20">
+        <img class="gateway" @click="jumpMH" src="@/assets/images/mh.svg" alt="进入门户" title="进入门户" width="20" height="20">
       </div>
       <div class="top-user">
         <img class="top-bar__img" :src="userInfo.avatar "  alt=""/>
@@ -96,7 +96,7 @@
       this.$store.commit('SET_COLLAPSE')
     },
     logout () {
-      this.$confirm(this.$t('logoutTip'), this.$t('tip'), {
+      this.$confirm(this.$t('logoutTip'), this.$t('提示'), {
         confirmButtonText: this.$t('submitText'),
         cancelButtonText: this.$t('cancelText'),
         type: 'warning',

--
Gitblit v1.9.3