This commit is contained in:
Pan
2017-07-24 14:55:33 +08:00
parent 7ce842d023
commit 67e07d2c9d

View File

@@ -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 {