Browse Source

fix: backtop log

richard1015 5 years ago
parent
commit
5959432488
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/packages/backtop/backtop.vue

+ 0 - 1
src/packages/backtop/backtop.vue

@@ -140,7 +140,6 @@ export default {
       });
     },
     scroll(y = 0) {
-      console.log(y);
       if (this.scrollEl === window) {
         window.scrollTo(0, y);
       } else {