Commit 31abd4be authored by wcmoon's avatar wcmoon

fix: bug

parent c8069443
......@@ -54,7 +54,7 @@ export default function(images:any) {
function goon() {
// 没有消息了就关闭 ws
if (sendList.length <= sendedAmount.value) {
disconnectWebSocket(;
disconnectWebSocket();
} else {
// 从 sendListPrintData 中取出要打印的数据
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