1
jhzh
2025-10-20 26a0b98faf6f883c7b1ad6e72c6031a9dc2306d7
src/views/homePage/index.vue
@@ -136,10 +136,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)
}