开放dist

This commit is contained in:
A1300399510
2023-10-16 15:38:04 +08:00
parent e1bcfc00c5
commit 126fb7355c
78 changed files with 98 additions and 4 deletions

View File

@@ -69,7 +69,6 @@ export default {
timedTransmission() {
if (this.socketTask.readyState != 1) return
this.socketTask.send(JSON.stringify({ type: 'ping' }))
setTimeout(() => this.timedTransmission(), 50000)
},