|
|
|
@ -6,7 +6,6 @@ import { Card, Row, Col, Icon, Avatar, Tag, Divider, Spin, Input } from 'antd'; |
|
|
|
import GridContent from '@/components/PageHeaderWrapper/GridContent'; |
|
|
|
import styles from './Center.less'; |
|
|
|
|
|
|
|
export default |
|
|
|
@connect(({ loading, user, project }) => ({ |
|
|
|
listLoading: loading.effects['list/fetch'], |
|
|
|
currentUser: user.currentUser, |
|
|
|
@ -213,3 +212,5 @@ class Center extends PureComponent { |
|
|
|
); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
export default Center; |
|
|
|
|