mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
嵌入课程,pdf文档,课程管理中查看的问题
This commit is contained in:
@@ -779,6 +779,10 @@ export default {
|
||||
this.$message({type: 'error',message: 'SCORM包解析失败'});
|
||||
}
|
||||
|
||||
}else if(row.resType==40){
|
||||
if(!row.previewFilePath){
|
||||
row.previewFilePath=row.filePath;
|
||||
}
|
||||
}
|
||||
//console.log(row, 'row');
|
||||
this.coursewareShow = true;
|
||||
|
||||
Reference in New Issue
Block a user