@@ -130,7 +130,7 @@ export default {
message: '拜访中任务结束成功!',
})
.then(() => {
- window.location.replace(window.location.origin + '/mobile/outsidelist/index');
+ this.$router.replace({ path: '/home' });
});
} else {
this.$toast(res.msg);