dev #65

Merged
wangzhongjie merged 71 commits from dev into main 2025-06-17 17:32:26 +08:00
Showing only changes of commit 048a60baeb - Show all commits

View File

@ -312,6 +312,7 @@ export default class UdpClientByCenter {
if (terType == 2) {
//三型机
this.onMessage_1Callback = callback;
this.udp && this.udp.off('message', this.message_1Fn);
this.udp && this.udp.on('message', this.message_1Fn);
} else {
this.retClass.receiveMsg(callback)