Commit f14244e5 authored by lijiehua's avatar lijiehua

规范化提交

parent 46f69af6
...@@ -210,7 +210,7 @@ class PAGE_NAME_UPPER_CAMEL_CASE extends PureComponent< ...@@ -210,7 +210,7 @@ class PAGE_NAME_UPPER_CAMEL_CASE extends PureComponent<
<div className={styles.team}> <div className={styles.team}>
<div className={styles.teamTitle}>团队</div> <div className={styles.teamTitle}>团队</div>
<Row gutter={36}> <Row gutter={36}>
{currentUser.notice.map(item => ( {currentUser.notice && currentUser.notice.map(item => (
<Col key={item.id} lg={24} xl={12}> <Col key={item.id} lg={24} xl={12}>
<Link to={item.href}> <Link to={item.href}>
<Avatar size="small" src={item.logo} /> <Avatar size="small" src={item.logo} />
......
...@@ -365,7 +365,7 @@ class PAGE_NAME_UPPER_CAMEL_CASE extends Component< ...@@ -365,7 +365,7 @@ class PAGE_NAME_UPPER_CAMEL_CASE extends Component<
> >
<FormattedMessage id="BLOCK_NAME.register.register" /> <FormattedMessage id="BLOCK_NAME.register.register" />
</Button> </Button>
<Link className={styles.login} to="/User/Login"> <Link className={styles.login} to="/user/login">
<FormattedMessage id="BLOCK_NAME.register.sign-in" /> <FormattedMessage id="BLOCK_NAME.register.sign-in" />
</Link> </Link>
</FormItem> </FormItem>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment