|
@@ -67,6 +67,10 @@ 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}
|
|
@@ -78,8 +82,10 @@ var Login = React.createClass({
|
|
|
addonBefore={<Icon type="lock" />}
|
|
|
/>
|
|
|
</div>
|
|
|
+
|
|
|
<Button type="primary" onClick={this.handleSubmit}>登录</Button>
|
|
|
</Spin>
|
|
|
+
|
|
|
</div>
|
|
|
);
|
|
|
}
|