mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
任务跳转老任务详细页面
This commit is contained in:
@@ -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¶ms='+params);
|
||||
}else if(item.cmtask_type==3){
|
||||
let pushUrl=`${this.webBaseUrl}/course/boeframe?id=${item.cmtask_id}&type=3`;
|
||||
this.$router.push(pushUrl);
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user