@@ -1136,7 +1136,8 @@ export default {
if (!fromRoute || !fromRoute.name) {
this.$router.replace('/home');
} else {
- this.$router.go(-1);
+ this.$router.replace('/home');
+ // this.$router.go(-1);
}
},