2
李凌
2025-10-22 b1a373f220bcafea8f41fa735b42d4eeafb2ee4e
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)
}