diff --git a/src/views/cs/index3.vue b/src/views/cs/index3.vue index 5a7bf92..a7106ba 100644 --- a/src/views/cs/index3.vue +++ b/src/views/cs/index3.vue @@ -126,6 +126,9 @@ export default { }, mounted() { this.getData() + setInterval(()=>{ + this.getData() + },5 * 1000) }, methods: { getData() {