5.10航天ui交易所pc端,代码jiem-pc
lxf
2025-05-22 6953352202af2aac124a073dd2c803e814fafb13
1
2
3
4
5
6
<template>
  <account :pageType="'coin'" :paramsType="'cryptos'"></account>
</template>
<script setup>
import Account from "../components/account.vue";
</script>