Skip to content

Commit d6868d7

Browse files
committed
rm
1 parent a0a011e commit d6868d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/views/login/index.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@
7777
this.loading = false;
7878
this.$router.push({ path: '/' });
7979
// this.showDialog = true;
80-
}).catch(err => {
81-
this.$message.error(err);
80+
}).catch(() => {
8281
this.loading = false;
8382
});
8483
} else {

0 commit comments

Comments
 (0)