From b1a373f220bcafea8f41fa735b42d4eeafb2ee4e Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Wed, 22 Oct 2025 14:06:15 +0800
Subject: [PATCH] 2
---
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