فهرست منبع

词云停用词表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",
                 type: "post",
                 success: function (data) {
                 success: function (data) {
                     let arr = []
                     let arr = []
-                    data.result.forEach(item => {
+                    data.data.result.forEach(item => {
                         arr.push(item.word)
                         arr.push(item.word)
                     })
                     })
                     oldstopWordList = JSON.parse(JSON.stringify(arr))
                     oldstopWordList = JSON.parse(JSON.stringify(arr))