全部页面的话就在mian.js中设置或者
单独的某个页面就在页面加载之前设置
单独设置需变为this.$router
router.afterEach((to,from,next)=>{
window,scrollTo(0,0)
})