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