Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
2d7a272b
"jetbrains:/idea/checkout/git" did not exist on "d7dcd70f4ffb66e2cdd11036beb3d90c26da3995"
Commit
2d7a272b
authored
Apr 09, 2019
by
Junling Bu
Browse files
fix[litemall-admin]: 小修改
parent
05aa809c
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-admin/src/components/Breadcrumb/index.vue
View file @
2d7a272b
...
...
@@ -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
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment