소스 검색

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

newStyle
lancer 2 년 전
부모
커밋
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')


불러오는 중...
취소
저장