react-redux-starter-kit icon indicating copy to clipboard operation
react-redux-starter-kit copied to clipboard

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

Open MirShi opened this issue 6 years ago • 1 comments

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

MirShi avatar May 19 '18 08:05 MirShi

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

zaoansijia avatar Jul 31 '18 06:07 zaoansijia