Explorar el Código

词云停用词表bug

qinpeng hace 2 años
padre
commit
85ed7d9c18
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.result.forEach(item => {
+                    data.data.result.forEach(item => {
                         arr.push(item.word)
                     })
                     oldstopWordList = JSON.parse(JSON.stringify(arr))