新增路由、异常页

This commit is contained in:
chenghx
2018-07-23 11:49:50 +08:00
parent 6d0488f775
commit bcaca47c0c
10 changed files with 277 additions and 41 deletions

View File

@@ -65,7 +65,7 @@ export default {
{attrs: {href: '#' + menu.path}},
[
this.renderIcon(h, menu.icon),
h('span', [menu.title])
h('span', [menu.name])
]
)
]
@@ -77,7 +77,7 @@ export default {
{slot: 'title'},
[
this.renderIcon(h, menu.icon),
h('span', [menu.title])
h('span', [menu.name])
]
)]
var itemArr = []