添加 favicon;尝试从后台读出 blockList 到 Chain.vue

This commit is contained in:
lulu
2018-10-23 11:48:40 +08:00
parent 8bae1ead24
commit 6a2eaaa175
8 changed files with 33 additions and 17 deletions

View File

@@ -26,10 +26,6 @@ const router = new Router({
path: 'owner',
component: Owner,
},
{
path: 'chain',
component: Chain,
},
{
path: 'node',
component: Node,
@@ -38,6 +34,10 @@ const router = new Router({
path: 'network',
component: Network,
},
{
path: 'chain',
component: Chain,
},
{
path: 'market',
component: Market,