mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 20:06:44 +08:00
Merge branch 'master' of codeup.aliyun.com:6265f483e4166464dc2f9c14/boeu/portal
This commit is contained in:
@@ -38,7 +38,7 @@ import portalFooter from "@/components/PortalFooter.vue";
|
|||||||
} else if(this.type == 'quizsummary'){
|
} else if(this.type == 'quizsummary'){
|
||||||
this.url = `${urlPre}/web/quizsummary?detailId=${this.id}&inner=1`
|
this.url = `${urlPre}/web/quizsummary?detailId=${this.id}&inner=1`
|
||||||
}else if(this.type==3) {// 如果没有type,学习任务页面
|
}else if(this.type==3) {// 如果没有type,学习任务页面
|
||||||
this.url = `${urlPre}/web/todo/detail?id=${this.cmtask_id}&inner=1`
|
this.url = `${urlPre}/web/todo/detail?id=${this.id}&inner=1`
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user