Browse Source

Update BackToTop.vue

star7th 6 years ago
parent
commit
9d045af2ab
1 changed files with 2 additions and 2 deletions
  1. 2 2
      web_src/src/components/common/BackToTop.vue

+ 2 - 2
web_src/src/components/common/BackToTop.vue

@@ -14,7 +14,7 @@ export default {
       status: false,
       scrollTop: 0,
       timer: null,
-      speed:30
+      speed:0
     }
   },
   mounted () {
@@ -53,4 +53,4 @@ export default {
 	color: #409EFF;
 }
 
-</style>
+</style>