去掉无用文件

This commit is contained in:
lixiao 2025-03-05 10:15:54 +08:00
parent 88f33393bd
commit 9c5ddd35d6
2 changed files with 0 additions and 8 deletions

View File

@ -109,13 +109,7 @@ class TcpUtils {
return this.socket.connect({
address: { address: result.tcpOppositeIp, port: 19998 }
// address: { address: "192.168.7.124", port: 20022 }
}).then(() => {
// this.heartbeat = setInterval(() => {
// this.send("heart", JSON.stringify({
// isHeartBeat: 1
// }), false)
// }, 1000 * 6)
console.log(tag, "connect success")
}).catch(err => {
console.log(tag, JSON.stringify(err))

View File

@ -315,8 +315,6 @@ const deeml = (elements, _name?) => {
json[ele._name] = obj
}
}
0
} else {
//标签上有属性
if (ele._attributes) {