feat(leftConfig)show dispalyName config

This commit is contained in:
xiyang.bai
2021-08-12 14:21:39 +08:00
parent 02c31776c4
commit b15f712e48
4 changed files with 17 additions and 5 deletions

View File

@@ -72,7 +72,12 @@ export default function IndexPage() {
}}
>
<div style={{ height: '100%' }}>
<LeftConfig mode="vertical" footerConfig={footerConfig()} config={config}></LeftConfig>
<LeftConfig
mode="vertical"
showName={true}
footerConfig={footerConfig()}
config={config}
></LeftConfig>
</div>
<ContainerWrapper config={config}>