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