Commit 49bd97ec authored by xxx's avatar xxx

1

parent e4acf669
......@@ -98,7 +98,7 @@ export default {
this.kachedongtai();
this.DPcomputer13BoxTimer = setInterval(() => {
this.kachedongtai();
},60000)
},20000)
})
},
//卡车动态
......
......@@ -104,7 +104,7 @@ export default {
this.dianchandongtai();
this.DPcomputer14BoxTimer = setInterval(() => {
this.dianchandongtai();
},60000)
},20000)
})
},
//铲车动态
......
......@@ -102,7 +102,7 @@ export default {
this.qitachedongtai();
this.DPcomputer15BoxTimer = setInterval(() => {
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