tangning 1 year ago
parent
commit
b3acc94d4d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/components/imgLoading.vue

+ 0 - 2
src/components/imgLoading.vue

@@ -33,8 +33,6 @@ const imgPro = ref(0)
 watchEffect(() => {
     if (props.fullpage && progress.value == 100) {
         props.fullpage.api.setAllowScrolling(true);
-        props.fullpage.api.moveTo(0);
-        // emit('changePer', progress.value)
     }
   });
 emitter.on("updatePress", (val) => {