소스 검색

fixed:搜索信息统计删除

xiebaomin 1 년 전
부모
커밋
87556096cc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/search/search.vue

+ 1 - 1
pages/search/search.vue

@@ -701,7 +701,7 @@ export default {
 			if (this.listQuery.keyword == '') {
 				this.$util.msg('请输入搜索关键词', 2000)
 			} else {
-                this.cmsKeywordHits({ keyword: this.listQuery.keyword })
+                // this.cmsKeywordHits({ keyword: this.listQuery.keyword })
 				switch (this.searchKeyType) {
 					case 1:
 						this.listData = []