mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 23:06:45 +08:00
ai视频一期功能提交
This commit is contained in:
@@ -1155,7 +1155,7 @@ export default {
|
||||
|
||||
// ai播放器相关
|
||||
getLanguageName(lang){
|
||||
return this.selectAllLang.find(item => item.srclang === lang).label || '';
|
||||
return this.selectAllLang.find(item => item.srclang === lang)?.label || '';
|
||||
},
|
||||
handleSelectionChange(val){
|
||||
this.selectedCourses = val;
|
||||
|
||||
Reference in New Issue
Block a user