hidden accounts

This commit is contained in:
liangping 2023-06-09 18:38:44 +08:00
parent 551816e0ed
commit a2b53a6f0c

View File

@ -75,12 +75,3 @@ function showPubkey(v: any) {
<PaginationBar :limit="pageRequest.limit" :total="pageResponse.total" :callback="pageload" /> <PaginationBar :limit="pageRequest.limit" :total="pageResponse.total" :callback="pageload" />
</div> </div>
</template> </template>
<route>
{
meta: {
i18n: 'account',
order: 16
}
}
</route>