Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
shuniu-admin-react
Project
Project
Details
Activity
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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
superman
shuniu-admin-react
Commits
1ec72cd6
Commit
1ec72cd6
authored
Aug 12, 2016
by
superman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ok
parent
f6d0dab0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
13 deletions
+17
-13
index.js
dist/index.js
+7
-7
Home.jsx
src/containers/Home/Home.jsx
+10
-6
No files found.
dist/index.js
View file @
1ec72cd6
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/containers/Home/Home.jsx
View file @
1ec72cd6
import
React
,
{
Component
,
PropTypes
}
from
'react'
;
import
React
,
{
Component
,
PropTypes
}
from
'react'
;
// import Todos from './Todos/Todos';
const
Home
=
({
location
})
=>
{
const
Home
=
({
location
})
=>
{
return
(
return
(
<
div
>
<
div
style=
{
{
padding
:
'20px 50px 20px 100px'
}
}
>
<
h1
>
欢迎使用枢纽科技后台
</
h1
>
<
h1
style=
{
{
marginBottom
:
50
}
}
>
欢迎使用枢纽科技后台
</
h1
>
<
h3
>
2016-08-12 更新 1.3.0
</
h3
>
</
div
>
<
p
>
1. 权限系统
<
br
/>
2. 用户退出, 用户密码修改
</
p
>
</
div
>
);
);
};
};
...
@@ -15,4 +19,4 @@ const Home = ({location}) => {
...
@@ -15,4 +19,4 @@ const Home = ({location}) => {
Home
.
propTypes
=
{};
Home
.
propTypes
=
{};
export
default
Home
;
export
default
Home
;
//<Todos location={location}/>
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