!656 tagsView右键选择框,只存在首页时,不应该存在关闭左侧选项

Merge pull request !656 from Giovanni/master
This commit is contained in:
若依 2023-02-04 14:21:28 +00:00 committed by Gitee
commit 4f1933e2e4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ export default {
}, },
isFirstView() { isFirstView() {
try { 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) { } catch (err) {
return false return false
} }