diff --git a/project/xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue b/project/xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue index c8c13844..c9f5cd03 100644 --- a/project/xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue +++ b/project/xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue @@ -75,7 +75,7 @@ export default { }).then(res => { if (res.code == 0) { this.$message.success("抢单成功!") - this.$router.push({name: ""}) + this.$router.push({name: "27338cb83e77461dbd44356a6760df86"}) } }) },