diff --git a/src/page/index/tags.vue b/src/page/index/tags.vue index 380c183..d58ed33 100644 --- a/src/page/index/tags.vue +++ b/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')