luolei 5 éve
szülő
commit
c7661c70f4
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/components/Search.vue

+ 1 - 1
src/components/Search.vue

@@ -90,7 +90,7 @@ export default {
         let obj = {
               "labelName": item.tagName||item.name,//标签名称
               "operationNum": 1,//次数
-              "operationType": 1,//1常见2搜索
+              "operationType": 2,//1常见2搜索
             }
         this.$store.commit('addBuriedSome', obj);
         clearTimeout(timer)