forked from LaconicNetwork/cosmos-explorer
add payme
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user