From 4370c8d923fe1ab408eb82087d90dec84289e2b7 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 25 Feb 2022 14:02:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E6=8A=A2=E5=8D=95=E7=95=8C?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}) } }) },