From 02409bfbe15f22fc3b5dccadabfd860a660a49d9 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Sat, 11 Oct 2025 10:37:14 +0800
Subject: [PATCH] feat: 名称修改
---
src/page/index/top/index.vue | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/page/index/top/index.vue b/src/page/index/top/index.vue
index 7bfb671..990496e 100644
--- a/src/page/index/top/index.vue
+++ b/src/page/index/top/index.vue
@@ -105,13 +105,12 @@
const env = import.meta.env.VITE_APP_ENV
const adminUrl = import.meta.env.VITE_APP_DASHBOARD_URL
env === 'development' ? this.$router.push({ path: '/login' }):window.location.replace(`${adminUrl}#/login`)
-
})
})
},
jumpMH () {
const adminUrl = import.meta.env.VITE_APP_DASHBOARD_URL
- window.open(`${adminUrl}#/gatewayPage`, '_blank')
+ window.location.href = `${adminUrl}#/gatewayPage`
},
},
}
--
Gitblit v1.9.3