created(){
      $(document).ready(function(){
        $(window).scrollTop(0)
      })
    },

在created钩子中执行

全局设置

router.afterEach((to,from,next) => {
    window.scrollTo(0,0);
})
Logo

前往低代码交流专区

更多推荐