소스 검색

修改链接

lex 2 년 전
부모
커밋
c76aed2419
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/attend-class/component/tools/pen.tsx

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

@@ -18,7 +18,7 @@ export default defineComponent({
     const firstRender = ref(true);
     const src = /(localhost|192)/.test(location.host)
       ? 'https://test.lexiaoya.cn/whiteboard-noCollab'
-      : `${location.origin}/whiteboard-noCollab`;
+      : `https://test.lexiaoya.cn/whiteboard-noCollab`;
 
     return () => (
       <div