Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
finance-manage
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
finance-oa
finance-manage
Commits
7b6ccd9b
Commit
7b6ccd9b
authored
Aug 14, 2021
by
wangzhaoqiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决登录后浏览器后台Breadcrumb组件报错
parent
5d6f1346
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
74 additions
and
74 deletions
+74
-74
ruoyi-ui/src/components/Breadcrumb/index.vue
ruoyi-ui/src/components/Breadcrumb/index.vue
+74
-74
No files found.
ruoyi-ui/src/components/Breadcrumb/index.vue
View file @
7b6ccd9b
...
...
@@ -45,7 +45,7 @@ export default {
if
(
!
name
)
{
return
false
}
return
name
.
trim
()
===
'
首页
'
return
name
.
trim
()
===
'
Index
'
},
handleLink
(
item
)
{
const
{
redirect
,
path
}
=
item
...
...
Write
Preview
Markdown
is supported
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