update LoadingBar speed
This commit is contained in:
parent
724a607712
commit
a35fb2991a
2 changed files with 6 additions and 6 deletions
|
@ -55,7 +55,7 @@ export default {
|
|||
});
|
||||
|
||||
timer = setInterval(() => {
|
||||
percent += Math.floor(Math.random () * 3 + 5);
|
||||
percent += Math.floor(Math.random () * 3 + 1);
|
||||
if (percent > 95) {
|
||||
clearTimer();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue