From d6868d719072d1957dd1aeacccb3a4fe13ea0d90 Mon Sep 17 00:00:00 2001 From: Pan Date: Mon, 24 Jul 2017 14:55:33 +0800 Subject: [PATCH] rm --- src/views/login/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index e7597f9..15d2686 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 { -- GitLab