From 435afa25bc75d9ef83b85b05c98088996efaadb7 Mon Sep 17 00:00:00 2001 From: lixg Date: Wed, 1 Mar 2023 22:17:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BF=AE=E6=94=B9=E6=8A=95=E7=A5=A8?= =?UTF-8?q?=E4=BA=8C=E7=BB=B4=E7=A0=81=E4=BC=A0=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectcenter/TaskPage.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/projectcenter/TaskPage.vue b/src/views/projectcenter/TaskPage.vue index b7c7e4e6..6c03c91c 100644 --- a/src/views/projectcenter/TaskPage.vue +++ b/src/views/projectcenter/TaskPage.vue @@ -4631,6 +4631,7 @@ export default { } // 投票 if (item.type == 12) { + // console.log('item',item) codeUrl = window.location.protocol + process.env.VUE_APP_H5 + @@ -4639,7 +4640,7 @@ export default { "&btype=2&id=" + item.id + "&chapterOrStageId=" + - item.chapterId + + item.stageId + "&infoId=" + state.projectId; }