更新版本库
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { DefaultFooter, MenuDataItem, getMenuData, getPageTitle } from '@ant-design/pro-layout';
|
||||
import { MenuDataItem, getMenuData, getPageTitle } from '@ant-design/pro-layout';
|
||||
import { Helmet, HelmetProvider } from 'react-helmet-async';
|
||||
import { Link, SelectLang, useIntl, ConnectProps, connect } from 'umi';
|
||||
import React from 'react';
|
||||
@ -49,14 +49,12 @@ const UserLayout: React.FC<UserLayoutProps> = (props) => {
|
||||
<div className={styles.header}>
|
||||
<Link to="/">
|
||||
<img alt="logo" className={styles.logo} src={logo} />
|
||||
<span className={styles.title}>Ant Design</span>
|
||||
<span className={styles.title}>中国联通电子招投标系统</span>
|
||||
</Link>
|
||||
</div>
|
||||
<div className={styles.desc}>Ant Design 是西湖区最具影响力的 Web 设计规范</div>
|
||||
</div>
|
||||
{children}
|
||||
</div>
|
||||
<DefaultFooter />
|
||||
</div>
|
||||
</HelmetProvider>
|
||||
);
|
||||
|
Reference in New Issue
Block a user