fix[litemall-admin]: 小修改

This commit is contained in:
Junling Bu
2019-04-09 23:08:17 +08:00
parent 05aa809c9d
commit 2d7a272b1a

View File

@@ -39,7 +39,7 @@ export default {
})
const first = matched[0]
if (first && first.name.trim().toLocaleLowerCase() !== 'Dashboard'.toLocaleLowerCase()) {
matched = [{ path: '/dashboard', meta: { title: 'dashboard' }}].concat(matched)
matched = [{ path: '/dashboard', meta: { title: '首页' }}].concat(matched)
}
this.levelList = matched
}