瀏覽代碼

Update pen.tsx

lex 1 年之前
父節點
當前提交
e701e76f56
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      src/views/attend-class/component/tools/pen.tsx

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

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