RuoYi
2020-10-03 ae4290bdda94767281c1aab0e4a6b5a24e9c89a4
修复页签关闭所有固定标签路由不刷新问题
已修改1个文件
2 ■■■ 文件已修改
ruoyi-ui/src/layout/components/TagsView/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/layout/components/TagsView/index.vue
@@ -160,7 +160,7 @@
    },
    closeAllTags(view) {
      this.$store.dispatch('tagsView/delAllViews').then(({ visitedViews }) => {
        if (this.affixTags.some(tag => tag.path === view.path)) {
        if (this.affixTags.some(tag => tag.path === this.$route.path)) {
          return
        }
        this.toLastView(visitedViews, view)