Przeglądaj źródła

知产运营服务bug

yuanyuan 3 lat temu
rodzic
commit
b6a728e5c9
1 zmienionych plików z 1 dodań i 3 usunięć
  1. 1 3
      src/main/zhi-rong-web/src/views/agent/Index.vue

+ 1 - 3
src/main/zhi-rong-web/src/views/agent/Index.vue

@@ -64,7 +64,6 @@ export default {
                 this.active = this.$route.query.navigationId;
                 this.getContent();
             }
-            this.scrollTo();
         }
     },
     mounted() {
@@ -85,8 +84,7 @@ export default {
                         })
                     };
                 });
-                this.scrollTo(true);
-
+                // this.scrollTo(true);
                 if (this.$route.query.navigationId) {
                     this.active = this.$route.query.navigationId;
                     this.getContent();