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