交易所前端蓝色ui 4.5 jiem
lxf
2025-04-21 d24c9de7b26cf6be27c922cbb16cba9bbf309ed1
1
2
3
4
5
6
<template>
  <account :pageType="'contract'" :paramsType="''"></account>
</template>
<script setup>
import Account from "./components/account.vue";
</script>