Browse Source

Update pen.tsx

lex 10 months ago
parent
commit
c2d9130136
1 changed files with 1 additions and 1 deletions
  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
       }`;
     }