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
9926f73c
Commit
9926f73c
authored
Feb 01, 2023
by
Giovanni
Browse files
tagsView右选框,首页不应该存在关闭左侧选项
parent
492919d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-ui/src/layout/components/TagsView/index.vue
View file @
9926f73c
...
...
@@ -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