Commit 17f664eb by 陈玉桐

fix

parent bd3c72aa
...@@ -102,7 +102,7 @@ export default { ...@@ -102,7 +102,7 @@ export default {
} }
}).then(response => { }).then(response => {
this.loadingShow = false this.loadingShow = false
this.$router.push({name: 'activityDetail',params:{id: this.$route.params.id}}) this.$router.push({name: 'index'})
}) })
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment