5.10航天ui交易所pc端,代码jiem-pc
lxf
2025-06-20 bb4bf63aed5e87e23052a3c060dd7fa294a070ed
1
2
3
4
5
6
<template>
  <account :pageType="'etf'" :paramsType="'indices'"></account>
</template>
<script setup>
import Account from "../components/account.vue";
</script>