
<KeepAlive name={route.path} disabled={route.disabled}>
<Test></Test>
</KeepAlive>
// 修改成
<KeepAlive name={route.path}>
<Test></Test>
</KeepAlive>
<KeepAlive name={route.path} disabled={route.disabled}>
<Test></Test>
</KeepAlive>
// 修改成
<KeepAlive name={route.path}>
<Test></Test>
</KeepAlive>