diff --git a/entry/src/main/ets/common/utils/UdpClientByCenter.ts b/entry/src/main/ets/common/utils/UdpClientByCenter.ts index da87ac5f..a5003d7c 100644 --- a/entry/src/main/ets/common/utils/UdpClientByCenter.ts +++ b/entry/src/main/ets/common/utils/UdpClientByCenter.ts @@ -349,14 +349,14 @@ export default class UdpClientByCenter { }) if(strachArr[83]!='4'||strachArr[92]!='0'){ console.log('差分状态异常',strachArr[83],strachArr[92]) - this.chafenFlag++ - if(this.chafenFlag>=15&&!globalThis.dialogOpen){ - // getUDP(globalThis.context,true) - globalThis.title='差分状态异常' - globalThis.type='3' - globalThis.errorDialog.open() - globalThis.dialogOpen=true - } + // this.chafenFlag++ + // if(this.chafenFlag>=15&&!globalThis.dialogOpen){ + // // getUDP(globalThis.context,true) + // globalThis.title='差分状态异常' + // globalThis.type='3' + // globalThis.errorDialog.open() + // globalThis.dialogOpen=true + // } }else{ globalThis.dialogOpen=false this.chafenFlag=0