Browse Source

Merge branch 'master' of http://git.dayaedu.com/lex/orchestra-app

lex 2 years ago
parent
commit
4dc7596246
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/coursewarePlay/index.tsx

+ 1 - 1
src/views/coursewarePlay/index.tsx

@@ -91,7 +91,7 @@ export default defineComponent({
       const videoItem = data.itemList.find(n => n.id === popupData.itemActive)
       // 阴影切换的时候,具体去切换某个视频的控件
       if (videoItem && videoItem.type === 'VIDEO'){
-        videoItem.playModel = activeData.model
+        // videoItem.playModel = activeData.model
       }
     })
     const getItemList = () => {