Commit 31abd4be authored by wcmoon's avatar wcmoon

fix: bug

parent c8069443
...@@ -54,7 +54,7 @@ export default function(images:any) { ...@@ -54,7 +54,7 @@ export default function(images:any) {
function goon() { function goon() {
// 没有消息了就关闭 ws // 没有消息了就关闭 ws
if (sendList.length <= sendedAmount.value) { if (sendList.length <= sendedAmount.value) {
disconnectWebSocket(; disconnectWebSocket();
} else { } else {
// 从 sendListPrintData 中取出要打印的数据 // 从 sendListPrintData 中取出要打印的数据
console.log(sendListPrintData[sendedAmount.value]) console.log(sendListPrintData[sendedAmount.value])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment