소스 검색

Merge branch 'iteration-20240615' into jenkins

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

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

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