From 3888981c74ff539a49efe04a5fbc0390f408b4ec Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Sun, 01 Feb 2026 17:51:39 +0800
Subject: [PATCH] 1

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

diff --git a/src/views/my/assets.vue b/src/views/my/assets.vue
index 39cf409..4bf7536 100644
--- a/src/views/my/assets.vue
+++ b/src/views/my/assets.vue
@@ -314,8 +314,8 @@
     name: t('充值'),
     icon: new URL(`@/assets/theme/white/image/assets/recharge.png`, import.meta.url),
     icon2: new URL(`@/assets/theme/dark/image/assets/recharge.png`, import.meta.url),
-    // path: '/cryptos/recharge/rechargeList?isForeign=true'
-    path: '/customerService'
+    path: '/cryptos/recharge/rechargeList?isForeign=true'
+    // path: '/customerService'
   },
   {
     key: 2,
@@ -354,13 +354,13 @@
 // 跳转页面
 const toPage = (path) => {
   if (!path) return
-  else if (path == '/customerService') {
-    if (customer_service_url.value) {
-      window.location.href = customer_service_url.value;
-    } else {
-      router.push(path)
-    }
-  }
+  // else if (path == '/customerService') {
+  //   if (customer_service_url.value) {
+  //     window.location.href = customer_service_url.value;
+  //   } else {
+  //     router.push(path)
+  //   }
+  // }
   else router.push(path)
 }
 

--
Gitblit v1.9.3