|
@@ -53,7 +53,7 @@ export default defineComponent({
|
|
let src = `${origin}/classroom-whiteboard?t=${+new Date()}`;
|
|
let src = `${origin}/classroom-whiteboard?t=${+new Date()}`;
|
|
|
|
|
|
if (props.type === 'call') {
|
|
if (props.type === 'call') {
|
|
- src = `${origin}/roll-call/index.html?t=${+new Date()}&platform=modal&imagePos=${
|
|
|
|
|
|
+ src = `http://localhost:5002/roll-call/index.html?t=${+new Date()}&platform=modal&imagePos=${
|
|
props.imagePos
|
|
props.imagePos
|
|
}`;
|
|
}`;
|
|
}
|
|
}
|
|
@@ -90,7 +90,7 @@ export default defineComponent({
|
|
if (props.type === 'call') {
|
|
if (props.type === 'call') {
|
|
const iframeRef: any = document.getElementById(penIframeRefId);
|
|
const iframeRef: any = document.getElementById(penIframeRefId);
|
|
if (iframeRef && iframeRef.contentWindow.renderData) {
|
|
if (iframeRef && iframeRef.contentWindow.renderData) {
|
|
- iframeRef.contentWindow.renderData(props.callStudents);
|
|
|
|
|
|
+ iframeRef.contentWindow.renderData([...props.callStudents,...props.callStudents]);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
iframeDislableKeyboard(val.target);
|
|
iframeDislableKeyboard(val.target);
|