소스 검색

Merge branch 'iteration-20240615' into online

lex 10 달 전
부모
커밋
3dd8572247
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/attend-class/component/tools/pen.tsx

+ 1 - 1
src/views/attend-class/component/tools/pen.tsx

@@ -53,7 +53,7 @@ export default defineComponent({
     let src = `${origin}/classroom-whiteboard?t=${+new Date()}`;
 
     if (props.type === 'call') {
-      src = `${origin}/roll-call/index.html?t=${+new Date()}&platform=modal&imagePos=${
+      src = `${origin}/classroom-app/roll-call/index.html?t=${+new Date()}&platform=modal&imagePos=${
         props.imagePos
       }`;
     }