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

master
钟良源 2 months ago
parent a18d24b6e6
commit 119ed17961

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

Loading…
Cancel
Save