Commit 1ec72cd6 authored by superman's avatar superman

ok

parent f6d0dab0
This source diff could not be displayed because it is too large. You can view the blob instead.
import React, {Component, PropTypes} from 'react';
// import Todos from './Todos/Todos';
const Home = ({location}) => {
return (
<div>
<h1>欢迎使用枢纽科技后台</h1>
</div>
<div style={{padding: '20px 50px 20px 100px'}}>
<h1 style={{marginBottom: 50}}>欢迎使用枢纽科技后台</h1>
<h3>2016-08-12 更新 1.3.0</h3>
<p>
1. 权限系统<br/>
2. 用户退出, 用户密码修改
</p>
</div>
);
};
......@@ -15,4 +19,4 @@ const Home = ({location}) => {
Home.propTypes = {};
export default Home;
//<Todos location={location}/>
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