mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-19 15:56:45 +08:00
我的报名学习跳转提示
This commit is contained in:
@@ -284,6 +284,10 @@ export default {
|
||||
},
|
||||
|
||||
jumpRouter(item) {
|
||||
if (item.source === 1 && item.courseType === 20) {
|
||||
this.$message({ type: 'info', message: '很抱歉,当前课程为历史数据,如需学习请联系管理员', offset: 250 });
|
||||
return;
|
||||
}
|
||||
if(item.source==1){
|
||||
location.href=`${this.webBaseUrl}/course/boeframe?id=${item.courseId}&type=${item.courseType}`
|
||||
}else if(item.source==2){
|
||||
|
||||
Reference in New Issue
Block a user