Compare commits

...

2 Commits

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).data.data
const peopleList = JSON.parse(message.data)
console.log(peopleList)
for (let i = 0; i < peopleList.length; i++) {
const item = peopleList[i]