dashboard
repositories
filestore
activity
search
login
main
/
jys-MT10-pc
交易所前端蓝色ui 4.5 jiem
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
123
dcc
2024-06-11
1a0dfc3414d02b4247e2160436d37413da8bf295
[jys-MT10-pc.git]
/
src
/
views
/
wallet
/
menu
/
etf.vue
1
2
3
4
5
6
<template>
<account :pageType="'etf'" :paramsType="'indices'"></account>
</template>
<script setup>
import Account from "../components/account.vue";
</script>