在main.js 中添加代码:
1 router.afterEach((to,from, next) => { 2 3 window.scrollTo(0,0) 4 5 })
然后就会发现每次打开页面都是显示的是页面顶部内容,再也不会显示页面底部或者其他位置影响用户体验。
原文地址:https://www.cnblogs.com/zr123/p/11929133.html
时间: 2024-11-09 00:34:55
在main.js 中添加代码:
1 router.afterEach((to,from, next) => { 2 3 window.scrollTo(0,0) 4 5 })
然后就会发现每次打开页面都是显示的是页面顶部内容,再也不会显示页面底部或者其他位置影响用户体验。
原文地址:https://www.cnblogs.com/zr123/p/11929133.html