@@ -63,6 +63,7 @@ export default {
});
},
goHome () {
+ this.$store.dispatch('delVisitedViews', this.$route)
this.$router.push({
path: '/business/teamDetail',
})