From b428a0a5caa6be526bdbe06e96cc761bc0ab138f Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 10 Jun 2025 09:27:12 +0800
Subject: [PATCH] Merge branch 'refs/heads/master' into feature/v2.0.0/后台管理数据中心
---
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 4c7279d..1ebd127 100644
--- a/src/page/index/top/index.vue
+++ b/src/page/index/top/index.vue
@@ -108,7 +108,7 @@
},
jumpMH () {
const adminUrl = import.meta.env.VITE_APP_DASHBOARD_URL
- window.open(`${adminUrl}#/wel/gatewayPage`, '_blank')
+ window.open(`${adminUrl}#/gatewayPage`, '_blank')
},
},
}
--
Gitblit v1.9.3