Merge remote-tracking branch 'origin/代理服务方案' into 代理服务方案

This commit is contained in:
lixiao 2025-05-19 16:41:22 +08:00
commit fd44196a1d

View File

@ -414,7 +414,8 @@ export default struct SignDisplayCom {
const str2=this.signArr[93].substr(4.2)
this.signArr[93]=str2+str1+str0
this.GPSColum[10].value = this.signArr[93]
const hours=Number(this.signArr[94].substr(0,2))+8
this.signArr[94]=(hours>9?hours:'0'+hours)+this.signArr[94].substr(2,this.signArr[94].length-2)
// this.signArr[53]=192.168.7.170'
this.sjxhColum = JSON.parse(JSON.stringify((this.sjxhColum)))
that.signArr = JSON.parse(JSON.stringify((this.signArr)))