Browse Source

获取进度间隔时间修改

duy 1 year ago
parent
commit
10ceb8d596
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/archives/rolling.vue

+ 1 - 1
src/views/archives/rolling.vue

@@ -293,7 +293,7 @@ const Verification = () => {
             }
             }
         
         
        
        
-    }, 1000)
+    }, 10000)
 }
 }
 </script>
 </script>