重定向后我可以获得道具吗?
return { redirect: { destination: '/auth-page', permanent: false, }, props: { initialReduxState: {user}, } }
重定向后,我尝试获取“auth-page”上的道具。道具对象是空的。
reactjs next.js
next.js ×1
reactjs ×1