mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
提交修改
This commit is contained in:
@@ -684,7 +684,14 @@ export default {
|
||||
}
|
||||
//scorm课件的内容,取第一个sco
|
||||
var scorm=JSON.parse(row.content);
|
||||
this.scormUrl='http://localhost:9083/scorm-player?page='+scorm.index;//播放的首页
|
||||
console.log(scorm,'scorm')
|
||||
if(scorm.index){
|
||||
//这里需要提取的到配置文件中,实际中只需要传 rowId就可以了
|
||||
this.scormUrl='http://localhost:9083/scorm-player?page='+scorm.index;//播放的首页
|
||||
}else{
|
||||
this.scormUrl='http://localhost:9083/scorm-player?page='+scorm.index;//播放的首页
|
||||
}
|
||||
|
||||
}
|
||||
//console.log(row, 'row');
|
||||
this.coursewareShow = true;
|
||||
|
||||
Reference in New Issue
Block a user