mirror of https://github.com/fantasticit/think.git
commit
7a55602275
|
@ -67,16 +67,16 @@ const Page = () => {
|
|||
登录
|
||||
</Button>
|
||||
<footer>
|
||||
<Text link style={{ textAlign: 'center' }}>
|
||||
<Link
|
||||
href={{
|
||||
pathname: '/register',
|
||||
query,
|
||||
}}
|
||||
>
|
||||
<a>注册用户以登录</a>
|
||||
</Link>
|
||||
</Text>
|
||||
<Link
|
||||
href={{
|
||||
pathname: '/register',
|
||||
query,
|
||||
}}
|
||||
>
|
||||
<Text link style={{ textAlign: 'center' }}>
|
||||
注册用户以登录
|
||||
</Text>
|
||||
</Link>
|
||||
</footer>
|
||||
</Form>
|
||||
</Content>
|
||||
|
|
|
@ -76,16 +76,16 @@ const Page = () => {
|
|||
注册
|
||||
</Button>
|
||||
<footer>
|
||||
<Text link style={{ textAlign: 'center' }}>
|
||||
<Link
|
||||
href={{
|
||||
pathname: '/login',
|
||||
query,
|
||||
}}
|
||||
>
|
||||
<a>使用其他账户登录</a>
|
||||
</Link>
|
||||
</Text>
|
||||
<Link
|
||||
href={{
|
||||
pathname: '/login',
|
||||
query,
|
||||
}}
|
||||
>
|
||||
<Text link style={{ textAlign: 'center' }}>
|
||||
使用其他账户登录
|
||||
</Text>
|
||||
</Link>
|
||||
</footer>
|
||||
</Form>
|
||||
</Content>
|
||||
|
|
Loading…
Reference in New Issue