菜单调整

This commit is contained in:
tangly1024
2022-02-12 17:39:07 +08:00
parent c929d6fa02
commit a038100d42
10 changed files with 66 additions and 27 deletions

View File

@@ -37,7 +37,7 @@ const Tabs = ({ className, children }) => {
onClick={() => {
tabClickHandle(index)
}}>
{item?.key}
{item?.key || 'undefined_key'}
</li>
})}
</ul>