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