| | |
| | | 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, |
| | |
| | | // 跳转页面 |
| | | 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) |
| | | } |
| | | |