浏览代码

类型改下

luolei 5 年之前
父节点
当前提交
c7661c70f4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)