소스 검색

修改样式

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

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

@@ -30,8 +30,7 @@ export default defineComponent({
     });
     const firstRender = ref(true);
     const origin = /(localhost|192)/.test(location.host)
-      ? // ? 'https://test.lexiaoya.cn/'
-        'http://localhost:3000/'
+      ? 'https://test.lexiaoya.cn/'
       : location.origin;
     const src = `${origin}/classroom-whiteboard?type=${props.type}`;