任务跳转老任务详细页面

This commit is contained in:
daihh
2023-03-09 21:50:06 +08:00
parent 26a7605eec
commit 0eeef0ddb1
2 changed files with 9 additions and 5 deletions

View File

@@ -139,6 +139,9 @@ export default {
}else if(item.cmtask_type==2){ //学习项目
let params=encodeURIComponent('projectId='+item.cmtask_id);
this.$router.push('/forward?to='+studentPath+'/projectdetails&params='+params);
}else if(item.cmtask_type==3){
let pushUrl=`${this.webBaseUrl}/course/boeframe?id=${item.cmtask_id}&type=3`;
this.$router.push(pushUrl);
}
},