|
|
@@ -165,6 +165,10 @@ const BasicLayout: React.FC<BasicLayoutProps> = (props) => {
|
|
|
menuDataRef.current = menuData || [];
|
|
|
return menuData || [];
|
|
|
}}
|
|
|
+ waterMarkProps={{
|
|
|
+ content: 'Ant Design Pro',
|
|
|
+ fontColor: 'rgba(24,144,255,0.15)',
|
|
|
+ }}
|
|
|
>
|
|
|
<Authorized authority={authorized!.authority} noMatch={noMatch}>
|
|
|
{children}
|