|
|
@@ -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();
|