Commit 1db314a4 authored by 智勇's avatar 智勇

修改时间

parent 9bba2d8a
......@@ -396,7 +396,7 @@ export default {
this.$store.dispatch('changeSwitch', value)
if (value) {
this.getServicelist()
this.timerFunction = setInterval(this.getServicelist, 5000)
this.timerFunction = setInterval(this.getServicelist, 15000)
} else {
clearInterval(this.timerFunction)
}
......
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