ソースを参照

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
       }`;
     }