Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ant-design-pro
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thiago Borges
ant-design-pro
Commits
7e336e8d
Commit
7e336e8d
authored
Jan 17, 2018
by
ddcat1115
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add default register email
parent
8924f3c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
RegisterResult.js
src/routes/User/RegisterResult.js
+5
-1
No files found.
src/routes/User/RegisterResult.js
View file @
7e336e8d
...
@@ -15,7 +15,11 @@ export default ({ location }) => (
...
@@ -15,7 +15,11 @@ export default ({ location }) => (
<
Result
<
Result
className
=
{
styles
.
registerResult
}
className
=
{
styles
.
registerResult
}
type
=
"success"
type
=
"success"
title
=
{
<
div
className
=
{
styles
.
title
}
>
你的账户:
{
location
.
state
&&
location
.
state
.
account
}
注册成功
<
/div>
}
title
=
{
<
div
className
=
{
styles
.
title
}
>
你的账户:
{
location
.
state
?
location
.
state
.
account
:
'AntDesign@example.com'
}
注册成功
<
/div
>
}
description
=
"激活邮件已发送到你的邮箱中,邮件有效期为24小时。请及时登录邮箱,点击邮件中的链接激活帐户。"
description
=
"激活邮件已发送到你的邮箱中,邮件有效期为24小时。请及时登录邮箱,点击邮件中的链接激活帐户。"
actions
=
{
actions
}
actions
=
{
actions
}
style
=
{{
marginTop
:
56
}}
style
=
{{
marginTop
:
56
}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment