黄琪勇 пре 4 месеци
родитељ
комит
5725f7f0ef
1 измењених фајлова са 1 додато и 3 уклоњено
  1. 1 3
      src/views/courseware-play/component/PptList/index.tsx

+ 1 - 3
src/views/courseware-play/component/PptList/index.tsx

@@ -21,9 +21,7 @@ export default defineComponent({
     const iframeRef = ref<HTMLIFrameElement>();
     const src = `${vaildPPTUrl()}/#/mobileScreen?id=${
       props.pptData.id
-    }&Authorization=${Authorization}&hideFullScreen=true&fromType=${
-      props.fromType
-    }&pptResourcesType=CLASS`;
+    }&Authorization=${Authorization}&hideFullScreen=true&fromType=CLASS&pptResourcesType=${props.fromType}`;
     // 上一页下一页
     function handleChangeSlide(type: 'prev' | 'next') {
       iframeRef.value?.contentWindow?.postMessage(