修复登陆loading的问题

pull/59/head
smallchill 7 years ago
parent d49e3e076f
commit 12df9df459
  1. 2
      src/page/login/userlogin.vue

@ -100,8 +100,8 @@ export default {
}); });
this.$store.dispatch("LoginByUsername", this.loginForm).then(() => { this.$store.dispatch("LoginByUsername", this.loginForm).then(() => {
this.$router.push({ path: this.tagWel.value }); this.$router.push({ path: this.tagWel.value });
loading.close();
}); });
loading.close();
} }
}); });
} }

Loading…
Cancel
Save