@@ -146,7 +146,7 @@ const LoginContent = Form.create()(React.createClass({
callback();
},
reloadVCode() {
- this.state.vCodeUrl = globalConfig.context + '/open/getVCode?t=' + Math.random();
+ this.setState({ vCodeUrl: globalConfig.context + '/open/getVCode?t=' + Math.random() })
closeModal() {
this.setState({ showDesc: false });
@@ -143,7 +143,7 @@ const Group = Form.create()(React.createClass({
+ this.setState({ vCodeUrl: globalConfig.context + '/open/getVCode?t=' + Math.random() });