84669 人学习
152542 人学习
20005 人学习
5487 人学习
7821 人学习
359900 人学习
3350 人学习
180660 人学习
48569 人学习
18603 人学习
40936 人学习
1549 人学习
1183 人学习
32909 人学习
页面路由配置了两个
{ path: 'index', name: 'introduce', component: page.introduce, }, { path: 'detail', name: 'detail', component: page.detail, }
由先由index跳转到detail, detail再跳转其他地址如百度或者什么的,再点击微信端的返回,如何直接返回到第一个页面?
跳到百度之后就不归你管了.可以在你的路由或者组件里面判断document.referrer是不是为其他网址.是的话返回第一个页面.
window.location.replace()
这个.$router.replace()
跳到百度之后就不归你管了.
可以在你的路由或者组件里面判断document.referrer是不是为其他网址.是的话返回第一个页面.
window.location.replace()
这个.$router.replace()