123
dcc
2024-08-03 00401da859116af33fb7110c597f9ea6022e42d7
1
2
3
4
5
6
<template>
  <account :pageType="'etf'" :paramsType="'indices'"></account>
</template>
<script setup>
import Account from "../components/account.vue";
</script>