浏览代码

Merge branch 'master' of http://git.2weisou.com/wangxiao/zkPCproject into master

newStyle
lancer 3 年前
父节点
当前提交
c7ff26c6ce
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      src/page/index/tags.vue

+ 2
- 0
src/page/index/tags.vue 查看文件

@@ -145,6 +145,7 @@
query: tag.query
}).catch(() => {})
},
//关闭其他
closeOthersTags() {
this.contextmenuFlag = false
this.$store.commit('DEL_TAG_OTHER')
@@ -159,6 +160,7 @@
})
return { tag: tag, key: key }
},
//关闭全部
closeAllTags() {
this.contextmenuFlag = false
this.$store.commit('DEL_ALL_TAG')


正在加载...
取消
保存