chore(logBar): 暂时隐藏组件日志选项卡

production
钟良源 5 months ago
parent a18d24b6e6
commit 119ed17961

@ -40,11 +40,11 @@ const data = [
title: '运行数据', title: '运行数据',
content: '运行数据日志...' content: '运行数据日志...'
}, },
{ // {
key: '4', // key: '4',
title: '组件日志', // title: '组件日志',
content: '组件日志...' // content: '组件日志...'
} // }
]; ];
const LogBar: React.FC<LogBarProps> = () => { const LogBar: React.FC<LogBarProps> = () => {

Loading…
Cancel
Save