任务老系统课程跳转问题

This commit is contained in:
daihh
2023-03-10 02:47:46 +08:00
parent 813cffcbe6
commit 8bd27698cd

View File

@@ -140,7 +140,7 @@ export default {
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`;
let pushUrl=`/portal/boeframe?id=${item.cmtask_id}&type=3`;
this.$router.push(pushUrl);
}
},