lex 1 год назад
Родитель
Сommit
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}`;