浏览代码

Update pen.tsx

lex 10 月之前
父节点
当前提交
c2d9130136
共有 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
       }`;
     }