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