فهرست منبع

Merge branch 'iteration-20240615' into online

lex 1 سال پیش
والد
کامیت
3dd8572247
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/attend-class/component/tools/pen.tsx

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

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