diff --git a/src/views/login/index.vue b/src/views/login/index.vue index e7597f9154e3e06c24429e485414d58524069d55..15d2686d633fd27472cda20a2168da6ed254c78b 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -77,8 +77,7 @@ this.loading = false; this.$router.push({ path: '/' }); // this.showDialog = true; - }).catch(err => { - this.$message.error(err); + }).catch(() => { this.loading = false; }); } else {