diff --git a/src/pages/ideContainer/logBar.tsx b/src/pages/ideContainer/logBar.tsx index 554cfc3..1271cb8 100644 --- a/src/pages/ideContainer/logBar.tsx +++ b/src/pages/ideContainer/logBar.tsx @@ -40,11 +40,11 @@ const data = [ title: '运行数据', content: '运行数据日志...' }, - { - key: '4', - title: '组件日志', - content: '组件日志...' - } + // { + // key: '4', + // title: '组件日志', + // content: '组件日志...' + // } ]; const LogBar: React.FC = () => {