mirror of
https://github.com/yangzongzhuan/RuoYi-Vue3.git
synced 2025-09-02 02:44:38 +00:00
首页页签右键选择时不显示关闭左侧
This commit is contained in:
@@ -94,7 +94,7 @@ function isAffix(tag) {
|
||||
}
|
||||
function isFirstView() {
|
||||
try {
|
||||
return selectedTag.value.fullPath === visitedViews.value[1].fullPath || selectedTag.value.fullPath === '/index'
|
||||
return selectedTag.value.fullPath === '/index' || selectedTag.value.fullPath === visitedViews.value[1].fullPath
|
||||
} catch (err) {
|
||||
return false
|
||||
}
|
||||
|
Reference in New Issue
Block a user