交易所前端蓝色ui 4.5 jiem
jhzh
2025-04-19 1ea8924144ca38d1b9f85e225b3553e091a55dbe
1
2
3
4
5
6
<template>
  <account :pageType="'coin'" :paramsType="'cryptos'"></account>
</template>
<script setup>
import Account from "../components/account.vue";
</script>