Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
barry cho
Ruoyi
Commits
f8fffcea
"client/git@git.gitsec.cn:baidan/nomad.git" did not exist on "8c8814650abfec837f0e2cf590a4f8f775d8773b"
Commit
f8fffcea
authored
3 years ago
by
YunaiV
Browse files
Options
Download
Email Patches
Plain Diff
修复 Breadcrumb dump key 的问题
parent
1a2c03bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
yudao-ui-admin/src/components/Breadcrumb/index.vue
+2
-1
yudao-ui-admin/src/components/Breadcrumb/index.vue
with
2 additions
and
1 deletion
+2
-1
yudao-ui-admin/src/components/Breadcrumb/index.vue
+
2
-
1
View file @
f8fffcea
...
...
@@ -45,7 +45,8 @@ export default {
if
(
!
name
)
{
return
false
}
return
name
.
trim
()
===
'
Index
'
// return name.trim() === 'Index'
return
name
.
trim
()
===
'
首页
'
// 修复 Index 重复的问题
},
handleLink
(
item
)
{
const
{
redirect
,
path
}
=
item
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help