forked from LaconicNetwork/cosmos-explorer
fix
This commit is contained in:
@@ -26,34 +26,6 @@ const router = new VueRouter({
|
||||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/wallet/setting',
|
||||
name: 'setting',
|
||||
component: () => import('@/views/WalletSetting.vue'),
|
||||
meta: {
|
||||
pageTitle: 'Setting',
|
||||
breadcrumb: [
|
||||
{
|
||||
text: 'Setting',
|
||||
active: true,
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/wallet/portfolio',
|
||||
name: 'portfolio',
|
||||
component: () => import('@/views/WalletPortfolio.vue'),
|
||||
meta: {
|
||||
pageTitle: 'Portfolio',
|
||||
breadcrumb: [
|
||||
{
|
||||
text: 'Portfolio',
|
||||
active: true,
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/coffee',
|
||||
name: 'coffee',
|
||||
@@ -97,20 +69,6 @@ const router = new VueRouter({
|
||||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/wallet/address',
|
||||
name: 'addresses',
|
||||
component: () => import('@/views/WalletAddressBook.vue'),
|
||||
meta: {
|
||||
pageTitle: 'Address Book',
|
||||
breadcrumb: [
|
||||
{
|
||||
text: 'Address Book',
|
||||
active: true,
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/wallet/delegations',
|
||||
name: 'delegations',
|
||||
|
||||
Reference in New Issue
Block a user