网站首页 美食营养 游戏数码 手工爱好 生活家居 健康养生 运动户外 职场理财 情感交际 母婴教育 时尚美容

vue A页面如何条用B页面的方法

时间:2024-10-13 21:47:03

1、如果页面A沿Y轴滚动一段距离,然后跳转到页面B;在进入B页面时,B页面已经滚到页面A的距离,返回页面A,发现A还在之前的滚动位置

vue A页面如何条用B页面的方法

3、// 全局路由守卫router.beforeEach((to, from, next) => { // to: Route: 即将要进入的目标 路由对象

vue A页面如何条用B页面的方法

5、// A跳转到B,B页面停留在A页面的滚动位置;解决方法:将scrollTop设置为0 window.scroll(0, 0);

vue A页面如何条用B页面的方法

6、// nextRoute: 设置需要路由守卫的路由集合 const nextRoute = ['home', 'good-list', 'good-detail', 'cart', 'profile'];

vue A页面如何条用B页面的方法
© 2025 小知经验
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com