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
8a232908
Commit
8a232908
authored
Jan 07, 2018
by
afc163
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix footer key
parent
e822179b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
UserLayout.js
src/layouts/UserLayout.js
+3
-2
No files found.
src/layouts/UserLayout.js
View file @
8a232908
...
...
@@ -8,14 +8,15 @@ import logo from '../assets/logo.svg';
import
{
getRoutes
}
from
'../utils/utils'
;
const
links
=
[{
key
:
'help'
,
title
:
'帮助'
,
href
:
''
,
},
{
key
:
'
隐私
'
,
key
:
'
privacy
'
,
title
:
'隐私'
,
href
:
''
,
},
{
key
:
'
隐私
'
,
key
:
'
terms
'
,
title
:
'条款'
,
href
:
''
,
}];
...
...
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