From 7907f9a7d414404effff61df799945c23573b25a Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Thu, 23 Oct 2025 15:19:12 +0800
Subject: [PATCH] 1

---
 src/views/my/assets.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/my/assets.vue b/src/views/my/assets.vue
index c7ae931..e7d75d9 100644
--- a/src/views/my/assets.vue
+++ b/src/views/my/assets.vue
@@ -142,10 +142,10 @@
 };
 // 跳转页面
 const toPage = (path) => {
-	if(path=='/cryptos/recharge/rechargeList?isForeign=true'){
-		window.open(customer_service_url.value)
-		return
-	}
+	// if(path=='/cryptos/recharge/rechargeList?isForeign=true'){
+	// 	window.open(customer_service_url.value)
+	// 	return
+	// }
     if (!path) return
     router.push(path)
 }

--
Gitblit v1.9.3