Merge branch 'dev' of http://88.22.24.105:3000/harmony_car/subject-two into dev
This commit is contained in:
commit
37c99d885c
@ -106,9 +106,9 @@ export default async function request(req: any) {
|
||||
httpRequest.destroy();
|
||||
switch (code){
|
||||
//断网
|
||||
case 2300007: return 2300007
|
||||
case 2300007: return {code:2300007}
|
||||
// 超时
|
||||
case 2300028: return 2300028
|
||||
case 2300028: return {code:2300028}
|
||||
default:
|
||||
}
|
||||
return {code:e.code}
|
||||
|
||||
@ -200,7 +200,7 @@ export default class Judge {
|
||||
handleUdp(msg)
|
||||
const udpIndex = globalThis.udpIndex;
|
||||
if (udpIndex % 5 === 0) {
|
||||
// handDistance();
|
||||
handDistance();
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user