javascript - vue routing redirection problem
phpcn_u1582
phpcn_u1582 2017-05-19 10:43:01
0
1
471

Page A is the login page. After successfully logging in, page A is redirected to homepage B, but why does it still return to the login page when pressing back? Is it because of a cache problem or other reasons? Please give me some advice

phpcn_u1582
phpcn_u1582

reply all(1)
给我你的怀抱

If you passrouter.push(location)的方式来跳转到B页面的话,改成router.replace(location) that’s it.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template