Browse Source

课件播放增加参数

liushengqiang 1 year ago
parent
commit
abd1feaf5b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/courseware-play/component/musicScore.tsx

+ 2 - 1
src/views/courseware-play/component/musicScore.tsx

@@ -79,7 +79,8 @@ export default defineComponent({
         id: props.music.content,
         modelType: 'practise',
         Authorization: Authorization,
-        showGuide: true
+        showGuide: true,
+        iscurseplay: 'play'
       }
     });
     const checkView = () => {