Commit 49bd97ec authored by xxx's avatar xxx

1

parent e4acf669
...@@ -98,7 +98,7 @@ export default { ...@@ -98,7 +98,7 @@ export default {
this.kachedongtai(); this.kachedongtai();
this.DPcomputer13BoxTimer = setInterval(() => { this.DPcomputer13BoxTimer = setInterval(() => {
this.kachedongtai(); this.kachedongtai();
},60000) },20000)
}) })
}, },
//卡车动态 //卡车动态
......
...@@ -104,7 +104,7 @@ export default { ...@@ -104,7 +104,7 @@ export default {
this.dianchandongtai(); this.dianchandongtai();
this.DPcomputer14BoxTimer = setInterval(() => { this.DPcomputer14BoxTimer = setInterval(() => {
this.dianchandongtai(); this.dianchandongtai();
},60000) },20000)
}) })
}, },
//铲车动态 //铲车动态
......
...@@ -102,7 +102,7 @@ export default { ...@@ -102,7 +102,7 @@ export default {
this.qitachedongtai(); this.qitachedongtai();
this.DPcomputer15BoxTimer = setInterval(() => { this.DPcomputer15BoxTimer = setInterval(() => {
this.qitachedongtai(); this.qitachedongtai();
},60000) },20000)
}) })
}, },
//其他车动态 //其他车动态
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment