天天看点

react-keep-alive 返回上一页 页面报错

react-keep-alive 返回上一页 页面报错
<KeepAlive name={route.path} disabled={route.disabled}>
  <Test></Test>
</KeepAlive>

// 修改成

<KeepAlive name={route.path}>
  <Test></Test>
</KeepAlive>