forked from AkkomaGang/admin-fe
rm
This commit is contained in:
parent
a0a011e985
commit
d6868d7190
1 changed files with 1 additions and 2 deletions
|
@ -77,8 +77,7 @@
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
this.$router.push({ path: '/' });
|
this.$router.push({ path: '/' });
|
||||||
// this.showDialog = true;
|
// this.showDialog = true;
|
||||||
}).catch(err => {
|
}).catch(() => {
|
||||||
this.$message.error(err);
|
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue