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))