Commit 2d7a272b authored by Junling Bu's avatar Junling Bu
Browse files

fix[litemall-admin]: 小修改

parent 05aa809c
...@@ -39,7 +39,7 @@ export default { ...@@ -39,7 +39,7 @@ export default {
}) })
const first = matched[0] const first = matched[0]
if (first && first.name.trim().toLocaleLowerCase() !== 'Dashboard'.toLocaleLowerCase()) { 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 this.levelList = matched
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment