Commit d36fc393 authored by 李志鸣's avatar 李志鸣

fea(工位5、6、7): 工位屏5、6、7展示效果修改,加入服务端当前时间校验功能

parent 493cd3b4
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
this.pollingRequestTime = new Date() this.pollingRequestTime = new Date()
setInterval(() => { setInterval(() => {
this.pollingRequestTime = new Date() this.pollingRequestTime = new Date()
}, 60000) }, 3600000)
} }
}, },
mounted () { mounted () {
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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