小编mag*_*Dev的帖子

接下来 js getServerSideProps 使用 props 重定向

重定向后我可以获得道具吗?

return {
  redirect: {
    destination: '/auth-page',
    permanent: false,
  },
  props: {
    initialReduxState: {user},
  }
}
Run Code Online (Sandbox Code Playgroud)

重定向后,我尝试获取“auth-page”上的道具。道具对象是空的。

reactjs next.js

9
推荐指数
1
解决办法
6975
查看次数

标签 统计

next.js ×1

reactjs ×1