This commit is contained in:
2023-10-03 01:12:46 +08:00
parent 93c2d2fef9
commit c461a69cd9
3 changed files with 8 additions and 3 deletions

View File

@@ -196,6 +196,12 @@
return
}
console.log('未知类型:', type)
},
onclose: event => {
console.log('关闭信道', event.target.label)
},
onerror: error => {
console.log('信道错误', error)
}
})