Compare commits

..

No commits in common. "3a4e8ceb9803265ceedd266786cad0e6d6f99487" and "dfd8d9289ccfaa14bb69e9586bff80fa727832c5" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -2999,7 +2999,7 @@ export default {
_this.fwebsocket = new WebSocket(encodeURI(wsUrl))
_this.fwebsocket.onmessage = function(message) {
console.info('接收消息')
const peopleList = JSON.parse(message.data)
const peopleList = JSON.parse(message.data).data.data
console.log(peopleList)
for (let i = 0; i < peopleList.length; i++) {
const item = peopleList[i]