From 23669f1d566b6a37c4185eda805f6cfda15dd218 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 20 Oct 2025 17:48:01 +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