Browse Source

ppt类型修改

黄琪勇 4 tháng trước cách đây
mục cha
commit
5725f7f0ef
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  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(