@@ -179,10 +179,10 @@
this.$message.success(res.message);
this.goHome();
})
- .catch((e) => {
- this.loading = false;
- this.$message.error(e.message);
- });
+ // .catch((e) => {
+ // this.loading = false;
+ // this.$message.error(e.message);
+ // });
});
},
/* 跳转到首页 */