add payme

This commit is contained in:
liangping
2022-09-11 10:03:34 +08:00
parent c6933d7722
commit c00fd6fe8c
6 changed files with 344 additions and 26 deletions
+18
View File
@@ -211,6 +211,24 @@ const router = new VueRouter({
],
},
},
{
path: '/:chain/account/:address/receive',
name: 'chain-receive',
component: () => import('@/views/WalletAccountReceive.vue'),
meta: {
pageTitle: 'Accounts',
breadcrumb: [
{
text: 'Accounts',
active: true,
},
{
text: 'Pay Me',
active: true,
},
],
},
},
{
path: '/:chain/staking',
name: 'staking',