@@ -212,10 +212,10 @@
},
handleSubmit() {
let that = this
+ that.loading = true;
let loginParams = {
remember_me: that.formLogin.rememberMe
}
- that.loading = true;
// 使用账户密码登陆
if (that.customActiveKey === 'tab1') {
that.form.validateFields(['username', 'password', 'inputCode'], { force: true }, (err, values) => {