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