切换导航条
此项目
正在载入...
登录
欧阳子桐
/
RuoYi
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
差异文件
浏览文件
作者
若依
2023-02-04 14:21:28 +0000
提交者
Gitee
2023-02-04 14:21:28 +0000
提交
4f1933e2e42268b02a44aa5aa4846f4e3731387d
2 个父辈
492919d4
9926f73c
!656 tagsView右键选择框,只存在首页时,不应该存在关闭左侧选项
Merge pull request !656 from Giovanni/master
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
ruoyi-ui/src/layout/components/TagsView/index.vue
ruoyi-ui/src/layout/components/TagsView/index.vue
查看文件 @
4f1933e
...
...
@@ -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
}
...
...
请
注册
或
登录
后发表评论