|
@@ -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(
|