소스 검색

词云字段写错

qinpeng 2 년 전
부모
커밋
9712bda862
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/ciyun/ciyunindex.html

+ 1 - 1
public/ciyun/ciyunindex.html

@@ -489,7 +489,7 @@
                 type: "post",
                 success: function (data) {
                     let arr = []
-                    data.data.forEach(item => {
+                    data.result.forEach(item => {
                         arr.push(item.word)
                     })
                     oldstopWordList = JSON.parse(JSON.stringify(arr))