3.10 工程代码同步master
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
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 { SelectLang, useIntl, ConnectProps, connect } from 'umi';
|
||||
import React from 'react';
|
||||
import { ConnectState } from '@/models/connect';
|
||||
import logo from '../assets/logo.svg';
|
||||
import styles from './UserLayout.less';
|
||||
|
||||
export interface UserLayoutProps extends Partial<ConnectProps> {
|
||||
@ -45,14 +44,12 @@ const UserLayout: React.FC<UserLayoutProps> = (props) => {
|
||||
<SelectLang />
|
||||
</div>
|
||||
<div className={styles.content}>
|
||||
<div className={styles.top}>
|
||||
{/* <div className={styles.top}>
|
||||
<div className={styles.header}>
|
||||
<Link to="/">
|
||||
<img alt="logo" className={styles.logo} src={logo} />
|
||||
<span className={styles.title}>中国联通电子招投标系统</span>
|
||||
</Link>
|
||||
<span className={styles.title}>中国联通电子招投标系统-开发</span>
|
||||
</div>
|
||||
</div>
|
||||
</div> */}
|
||||
{children}
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user