From de7ddb148566425158e9e5a5b11720d04d25767f Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Wed, 13 Aug 2025 17:08:58 +0800
Subject: [PATCH] feat: 跳门户不新开页面

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

diff --git a/src/page/index/top/index.vue b/src/page/index/top/index.vue
index c2a7440..990496e 100644
--- a/src/page/index/top/index.vue
+++ b/src/page/index/top/index.vue
@@ -110,7 +110,7 @@
     },
     jumpMH () {
       const adminUrl = import.meta.env.VITE_APP_DASHBOARD_URL
-		  window.open(`${adminUrl}#/gatewayPage`, '_blank')
+      window.location.href = `${adminUrl}#/gatewayPage`
     },
   },
 }

--
Gitblit v1.9.3