Browse Source

添加标签

lex-xin 4 months ago
parent
commit
1bdca3b01b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/tenant/music/coursewarePlay/component/tools/pen.tsx

+ 2 - 2
src/tenant/music/coursewarePlay/component/tools/pen.tsx

@@ -37,8 +37,8 @@ export default defineComponent({
     const { show } = toRefs(props);
     const firstRender = ref(true);
     const src = /(localhost|192)/.test(location.host)
-      ? 'https://test.lexiaoya.cn/whiteboard-noCollab'
-      : `https://online.lexiaoya.cn/whiteboard-noCollab`;
+      ? 'https://test.lexiaoya.cn/whiteboard-noCollab?platform=colexiu'
+      : `https://online.lexiaoya.cn/whiteboard-noCollab?platform=colexiu`;
 
     const exportImg = (event: MessageEvent) => {
       const data = event.data;