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
RuoYi Vue
Commits
7b6ccd9b
Commit
7b6ccd9b
authored
Aug 14, 2021
by
wangzhaoqiang
Browse files
解决登录后浏览器后台Breadcrumb组件报错
parent
5d6f1346
Changes
1
Show whitespace changes
Inline
Side-by-side
ruoyi-ui/src/components/Breadcrumb/index.vue
View file @
7b6ccd9b
...
@@ -45,7 +45,7 @@ export default {
...
@@ -45,7 +45,7 @@ export default {
if
(
!
name
)
{
if
(
!
name
)
{
return
false
return
false
}
}
return
name
.
trim
()
===
'
首页
'
return
name
.
trim
()
===
'
Index
'
},
},
handleLink
(
item
)
{
handleLink
(
item
)
{
const
{
redirect
,
path
}
=
item
const
{
redirect
,
path
}
=
item
...
...
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