"jetbrains:/idea/checkout/git" did not exist on "d7dcd70f4ffb66e2cdd11036beb3d90c26da3995"
Commit 2d7a272b authored by Junling Bu's avatar Junling Bu
Browse files

fix[litemall-admin]: 小修改

parent 05aa809c
......@@ -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
}
......
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