From 17f664ebf79cd0e98dc1e99541aa24fd2c4a64e4 Mon Sep 17 00:00:00 2001 From: 陈玉桐 <chenyutong@haixianglicai.com> Date: Fri, 15 Nov 2019 10:55:08 +0800 Subject: [PATCH] fix --- src/views/applyInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/applyInfo.vue b/src/views/applyInfo.vue index 2524f63..660790a 100644 --- a/src/views/applyInfo.vue +++ b/src/views/applyInfo.vue @@ -102,7 +102,7 @@ export default { } }).then(response => { this.loadingShow = false - this.$router.push({name: 'activityDetail',params:{id: this.$route.params.id}}) + this.$router.push({name: 'index'}) }) } } -- libgit2 0.26.0