浏览代码

词云停用词表bug

qinpeng 2 年之前
父节点
当前提交
85ed7d9c18
共有 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.result.forEach(item => {
+                    data.data.result.forEach(item => {
                         arr.push(item.word)
                     })
                     oldstopWordList = JSON.parse(JSON.stringify(arr))