Ver código fonte

修改链接

lex 2 anos atrás
pai
commit
c76aed2419
1 arquivos alterados com 1 adições e 1 exclusões
  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