Ver código fonte

循环发起请求

gcz 3 anos atrás
pai
commit
b5a128530b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/index.vue

+ 1 - 1
src/views/index.vue

@@ -160,7 +160,7 @@
     mounted(){
       setInterval(() => {
         this.getPageData();
-      }, 111115000);      
+      }, 8000);      
     },
     watch: {
       xiaobaninput: {