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