From 58614b1a393a64082fd95ebbc9a1d073bf9dffb3 Mon Sep 17 00:00:00 2001 From: daihh Date: Fri, 10 Mar 2023 03:00:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=B7=B3=E8=BD=AC=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/study/TaskList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/study/TaskList.vue b/src/views/study/TaskList.vue index 11bb7624..7c0890d0 100644 --- a/src/views/study/TaskList.vue +++ b/src/views/study/TaskList.vue @@ -140,7 +140,7 @@ export default { let params=encodeURIComponent('projectId='+item.cmtask_id); this.$router.push('/forward?to='+studentPath+'/projectdetails¶ms='+params); }else if(item.cmtask_type==3){ - let pushUrl=`/portal/boeframe?id=${item.cmtask_id}&type=3`; + let pushUrl=`/course/boeframe?id=${item.cmtask_id}&type=3`; this.$router.push(pushUrl); } },