From eb257a16632071469479fd13a93dceddc289d338 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 09 十月 2019 09:43:26 +0800 Subject: [PATCH] 2019-10-09update --- src/views/login/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/login/index.jsx b/src/views/login/index.jsx index ef1511d..cdc7aff 100644 --- a/src/views/login/index.jsx +++ b/src/views/login/index.jsx @@ -199,7 +199,7 @@ </Dropdown> </Form.Item> <Form.Item> - <Button type="primary" htmlType="submit" className="login-form-button" disabled={this.state.isDisabled}> + <Button type="primary" htmlType="submit" className="login-form-button" disabled={this.state.isDisabled} loading={this.state.isDisabled}> {this.state.dict['login.submit']} </Button> </Form.Item> -- Gitblit v1.8.0