瀏覽代碼

修改样式

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}`;