Commit 9488ee9b authored by XieZhiXiong's avatar XieZhiXiong

merge

parent 932190a7
......@@ -105,7 +105,7 @@ const BasicLayout: React.FC<BasicLayoutProps> = (props) => {
const animationFrameId = requestAnimationFrame(() => {
setSelectedKeys(keys);
});
console.log(currentRouter, "currentRouter")
return () =>
window.cancelAnimationFrame &&
window.cancelAnimationFrame(animationFrameId);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment