|
@@ -23,7 +23,7 @@ export default defineComponent({
|
|
|
props.pptData.id
|
|
|
}&Authorization=${Authorization}&hideFullScreen=true&fromType=${
|
|
|
props.fromType
|
|
|
- }pptResourcesType=CLASS`;
|
|
|
+ }&pptResourcesType=CLASS`;
|
|
|
// 上一页下一页
|
|
|
function handleChangeSlide(type: 'prev' | 'next') {
|
|
|
iframeRef.value?.contentWindow?.postMessage(
|