交易所前端蓝色ui 4.5 jiem
lxf
2025-05-14 31a83539c601c569288daaf375e9553422d2d2ec
1
2
3
4
5
6
<template>
  <account :pageType="'usStocks'" :paramsType="'US-stocks'"></account>
</template>
<script setup>
import Account from "../components/account.vue";
</script>