Commit 0416b7d5 authored by XieZhiXiong's avatar XieZhiXiong

chore: 注释console.log

parent 1b18a0bc
......@@ -152,7 +152,7 @@ const BasicLayout: React.FC<BasicLayoutProps> = (props) => {
minWidth: '1280px',
}
: {}
console.log(currentRouter)
// console.log(currentRouter)
return currentRouter.noLayout ? props.children : (
<ProLayout
pageTitleRender={() => currentRouter ? currentRouter.name : window.location.href}
......
......@@ -36,7 +36,7 @@ const OuterSider: React.FC<OuterSiderProps> = observer((props) => {
menuData.forEach(item => {
// 为适配pass菜单自由组合变更, 使用code进行高亮显示
const code = currentRouter.relationParentCode
console.log(code, item.relationParentCode)
// console.log(code, item.relationParentCode)
if (code && code === item.relationParentCode) {
defaultSelectedKeys = item.relationParentCode
}
......
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