|
@@ -67,10 +67,6 @@ var Login = React.createClass({
|
|
|
return (
|
|
|
<div className="login-box">
|
|
|
<Spin spinning={this.state.loading} className='spin-box'>
|
|
|
- <div style={{fontSize:16}}>
|
|
|
- <p style={{color:'red',textAlign:'center'}}>注意:访问原内部管理系统,请登录新地址</p>
|
|
|
- <p style={{textAlign:'center',marginBottom:10,}}> <a href="http://bm.jishutao.com/admin/login.html">科德后台管理中心</a></p>
|
|
|
- </div>
|
|
|
<div className="user-box">
|
|
|
<Input onChange={this.getUser}
|
|
|
onKeyDown={this.keyboard} placeholder="账号" value={this.state.user}
|