king
2019-12-03 70c47c170ae1cc154e68c1af407e4f6ebf04669e
src/views/login/loginform.jsx
@@ -13,6 +13,7 @@
    dict: PropTypes.object,
    auth: PropTypes.bool,
    lang: PropTypes.string,
    platName: PropTypes.string
  }
  state = {}
@@ -62,7 +63,7 @@
    return (
      <Form onSubmit={this.handleSubmit} className="login-form" id="login-form">
        <h4>明科商业智能开放平台</h4>
        <h4>{this.props.platName}</h4>
        <Form.Item>
          {getFieldDecorator('username', {
            rules: [{ required: true, message: this.props.dict['login.username.empty'] }],