dcc
2024-06-11 45d3b0183845d92569fb051b5791ab515e7713b5
1
2
3
4
5
6
<template>
  <account :pageType="'contract'" :paramsType="''"></account>
</template>
<script setup>
import Account from "./components/account.vue";
</script>