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
4f1933e2
Unverified
Commit
4f1933e2
authored
Feb 04, 2023
by
若依
Committed by
Gitee
Feb 04, 2023
Browse files
!656 tagsView右键选择框,只存在首页时,不应该存在关闭左侧选项
Merge pull request !656 from Giovanni/master
parents
492919d4
9926f73c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-ui/src/layout/components/TagsView/index.vue
View file @
4f1933e2
...
...
@@ -87,7 +87,7 @@ export default {
},
isFirstView
()
{
try
{
return
this
.
selectedTag
.
fullPath
===
this
.
visitedViews
[
1
].
fullPath
||
this
.
selectedTag
.
fullPath
===
'
/index
'
return
this
.
selectedTag
.
fullPath
===
'
/index
'
||
this
.
selectedTag
.
fullPath
===
this
.
visitedViews
[
1
].
fullPath
}
catch
(
err
)
{
return
false
}
...
...
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