add consensus view

This commit is contained in:
liangping
2022-08-26 14:56:49 +08:00
parent b6dd542cb3
commit e2f041a19f
6 changed files with 83 additions and 101 deletions
+8 -2
View File
@@ -362,11 +362,17 @@ const router = new VueRouter({
},
// common modules
{
path: '/tools/consensus-states',
path: '/:chain/consensus',
name: 'consensus',
component: () => import('@/views/ConsensusStates.vue'),
meta: {
layout: 'full',
pageTitle: 'Consensus State',
breadcrumb: [
{
text: 'Consensus State',
active: true,
},
],
},
},
{