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