1
李凌
2026-02-03 e7610ae2fb4bdfaa404490e88081264dd4b33ab2
src/views/my/assets.vue
@@ -315,6 +315,7 @@
    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'
  },
  {
    key: 2,
@@ -347,10 +348,20 @@
  })
}
// 获取客服链接
const customer_service_url = ref(store.state.user.customer_service_url)
// 跳转页面
const toPage = (path) => {
  if (!path) return
  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)
}
// 资产信息获取