Skip to content
This repository has been archived by the owner on Sep 11, 2018. It is now read-only.

How to save the parameters passed during the routing jump and to apply this parameter when refreshing the page. #1347

Open
MirShi opened this issue May 19, 2018 · 1 comment

Comments

@MirShi
Copy link

MirShi commented May 19, 2018

How to save the parameters passed during the routing jump and to apply this parameter when refreshing the page.

@zaoansijia
Copy link

you can save the parameters when you jump. just like this:
router.push({ pathname: '/home/login', query: { ...params } })
then you can get the query by location

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants