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