页面跳转问题

This commit is contained in:
daihh
2023-03-10 03:00:41 +08:00
parent 8bd27698cd
commit 58614b1a39

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