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